This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-01-04 17:20:55 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3a9f429d3e4592f6788ffdd0848833753c1a8437
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
params
History
Anna Kozlova
30a12275a2
lambda: highlight containing method ambiguity on method name: this avoids lots of lines of lambda body to be highlighted and it would show errors even if lambda body contains errors actually caused by the ambiguity on the parent level (IDEA-141580)
2015-06-18 17:54:23 +03:00
..
FormalParams.java
incompatible parameter types in lambda expression message expanded (IDEA-134941)
2015-01-07 17:10:09 +01:00
FormalParamsWithWildcards.java
lambda: incompatible lambda parameters type check fixed according to wildcards (IDEA-99073)
2013-01-16 15:57:08 +01:00
IncompatibleTypes.java
incompatible parameter types in lambda expression message expanded (IDEA-134941)
2015-01-07 17:10:09 +01:00
InferFromFormal.java
lambda: inference from formal params fixed (IDEA-101176)
2013-02-18 18:15:18 +01:00
InferredParams.java
lambda: use wildcard bound for inferred param
2012-07-20 18:59:19 +02:00
MethodApplicability.java
lambda: highlight containing method ambiguity on method name: this avoids lots of lines of lambda body to be highlighted and it would show errors even if lambda body contains errors actually caused by the ambiguity on the parent level (IDEA-141580)
2015-06-18 17:54:23 +03:00
Raw.java
incompatible parameter types in lambda expression message expanded (IDEA-134941)
2015-01-07 17:10:09 +01:00