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-16 08:39:59 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
35206e46bf0d3ea808c0f5e003c63c370b07897e
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
mostSpecific
T
History
Anna Kozlova
84deec968d
method refs: is exact should check super methods for this/super qualifiers only (IDEA-124507)
2014-04-28 15:12:44 +02:00
..
BothVarargs.java
…
BoxingAndOverloadResolution.java
testdata: ensure overload resolution prefer correct one from methods with boxed types
2014-04-22 20:02:49 +02:00
DifferentParamsLength.java
testdata: ensure correct parameters number in functional interface method
2014-04-22 20:02:42 +02:00
IDEA121884.java
…
IDEA121999.java
…
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
…
MostSpecificByReturnType.java
new overload resolution: covariant comparison of return types
2014-04-22 20:02:33 +02:00
MostSpecificForSameFunctionalTypes.java
…
NestedLambdaSpecifics.java
…
NestedVarargs.java
…
NoReturnTypeResolutionForThrownException.java
testdata: ensure overload resolution by return type should not take place for interrupted control flow
2014-04-22 20:02:44 +02:00
RelatedSAMErasures.java
…
SuperMethodsInExactCheck.java
method refs: is exact should check super methods for this/super qualifiers only (IDEA-124507)
2014-04-28 15:12:44 +02:00
VoidConflict.java
…