This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-08-15 11:12:59 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a55db180891cc78763b27c6988cc36d626d4a06b
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
mostSpecific
T
History
Anna Kozlova
17b020f7c2
new overload resolution: covariant comparison of return types
2014-04-22 20:02:33 +02:00
..
BothVarargs.java
…
IDEA121884.java
testdata for IDEA-121884
2014-03-12 10:19:22 +01:00
IDEA121999.java
testdata for IDEA-121999
2014-03-12 10:19:45 +01:00
IDEA123352.java
ambiguity (IDEA-123352)
2014-04-03 17:15:53 +02:00
IncompleteMethodInInterface.java
new overload resolution: most specific check on invalid class exceptions fixed
2014-04-22 20:02:32 +02:00
JDK8034223.java
poly conditional expression type = target type (IDEA-122401)
2014-03-19 19:32:35 +01:00
MostSpecificByReturnType.java
new overload resolution: covariant comparison of return types
2014-04-22 20:02:33 +02:00
MostSpecificForSameFunctionalTypes.java
new inference: most specific with same functional interface presence
2014-03-12 10:17:33 +01:00
NestedLambdaSpecifics.java
…
NestedVarargs.java
…
RelatedSAMErasures.java
overload resolution: compare SAMs erasures
2014-03-14 20:44:00 +01:00
VoidConflict.java
…