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
2025-12-25 10:51:06 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bffca304b9caa2c70779a7e3463f2673281507ae
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
params
History
Anna Kozlova
fc288cf04d
new inference: don't add primitive equals bounds
2015-11-24 20:00:29 +01:00
..
FormalParams.java
new inference: don't add primitive equals bounds
2015-11-24 20:00:29 +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
new overload resolution: first check that collected methods are potentially compatible with args; for generic methods without specified type arguments this already means that they are applicable; for non generic methods (or raw method calls) expressions should be compatible with parameter types (formal parameter types = actual types as substitutor is known) (IDEA-147798)
2015-11-20 18:22:02 +01:00
Raw.java
incompatible parameter types in lambda expression message expanded (IDEA-134941)
2015-01-07 17:10:09 +01:00