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-10 01:09:46 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
38168d75319ce83727584a645cfead766e9a5e09
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
mostSpecific
History
Anna Kozlova
38168d7531
testdata after JDK-8034223
2014-03-18 16:49:05 +01:00
..
BothVarargs.java
new inference: choose most specifics between 2 varargs methods
2014-03-12 10:16:12 +01:00
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
JDK8034223.java
testdata after JDK-8034223
2014-03-18 16:49:05 +01:00
MostSpecificForSameFunctionalTypes.java
new inference: most specific with same functional interface presence
2014-03-12 10:17:33 +01:00
NestedLambdaSpecifics.java
…
NestedVarargs.java
new inference: nested varargs
2014-03-12 10:17:10 +01:00
RelatedSAMErasures.java
overload resolution: compare SAMs erasures
2014-03-14 20:44:00 +01:00
VoidConflict.java
…