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-05-16 10:11:11 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
44f26da2bc8f13ea0aa96f062fab07973695aa02
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
mostSpecific
History
Anna Kozlova
98408c72f6
overload resolution: reject more specific inference contradicting site substitution
2015-08-26 12:08:47 +03:00
..
BothVarargs.java
…
BoxingAndOverloadResolution.java
…
DifferentParamsLength.java
lambda: highlight containing method ambiguity on method name: this avoids lots of lines of lambda body to be highlighted and it would show errors even if lambda body contains errors actually caused by the ambiguity on the parent level (IDEA-141580)
2015-06-18 17:54:23 +03:00
FunctionalTypeComparisonWhenMethodsAreNotGeneric.java
most specific check: ensure that functional types are specifically checked when method is not generics (IDEA-136287)
2015-02-11 19:05:41 +01: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
IncompatibleSiteSubstitutionBounds.java
overload resolution: reject more specific inference contradicting site substitution
2015-08-26 12:08:47 +03:00
IncompleteMethodInInterface.java
lambda: highlight containing method ambiguity on method name: this avoids lots of lines of lambda body to be highlighted and it would show errors even if lambda body contains errors actually caused by the ambiguity on the parent level (IDEA-141580)
2015-06-18 17:54:23 +03:00
InferSpecificForGenericMethodWhenCallProvidesExplicitTypeArguments.java
most specific: infer specific if method is generic even if type arguments are explicitly provided
2015-02-13 18:54:03 +01:00
JDK8034223.java
lambda: highlight containing method ambiguity on method name: this avoids lots of lines of lambda body to be highlighted and it would show errors even if lambda body contains errors actually caused by the ambiguity on the parent level (IDEA-141580)
2015-06-18 17:54:23 +03:00
JDK8042508.java
testdata for JDK-8042508
2014-05-07 12:29:28 +04:00
MostSpecificByReturnType.java
…
MostSpecificForSameFunctionalTypes.java
…
NestedLambdaSpecifics.java
…
NestedVarargs.java
…
NoReturnTypeResolutionForThrownException.java
new inference: most specific check according to spec, fixed testdata after JDK-8043734
2014-09-04 13:45:03 +04:00
RelatedSAMErasures.java
lambda: highlight containing method ambiguity on method name: this avoids lots of lines of lambda body to be highlighted and it would show errors even if lambda body contains errors actually caused by the ambiguity on the parent level (IDEA-141580)
2015-06-18 17:54:23 +03:00
SuperMethodsInExactCheck.java
…
TargetTypeParameter.java
lambda: highlight containing method ambiguity on method name: this avoids lots of lines of lambda body to be highlighted and it would show errors even if lambda body contains errors actually caused by the ambiguity on the parent level (IDEA-141580)
2015-06-18 17:54:23 +03:00
VarargsSpecificsDuringMethodReferenceResolve.java
method references: compare number of arguments for non-vararg applicability only (IDEA-132708)
2014-11-11 12:03:06 +01:00
VoidConflict.java
…