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
234a96abe6133de3de33660d9d264a6f58d4f4da
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
mostSpecific
T
History
Anna Kozlova
89dc528242
new inference: no substitution during most specific inference by means of new spec (IDEA-127584)
2014-07-21 17:56:20 +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
…
IDEA125855.java
most specific: do not start java 8 algorithm for provided type args (IDEA-125855)
2014-06-03 18:41:27 +04:00
IDEA127584.java
new inference: no substitution during most specific inference by means of new spec (IDEA-127584)
2014-07-21 17:56:20 +02:00
IncompleteMethodInInterface.java
…
JDK8034223.java
…
JDK8042508.java
testdata for JDK-8042508
2014-05-07 12:29:28 +04:00
MostSpecificByReturnType.java
…
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
TargetTypeParameter.java
most specific check: accept lambdas when target type is type parameter (IDEA-124725)
2014-05-05 17:12:17 +04:00
VoidConflict.java
…