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-07-18 17:54:31 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2687cd7a221fac280db81ca177a84339878614b1
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
overloadResolution
T
History
Anna Kozlova
7d92ec966f
new overload resolution: reject candidates with applicability level less than asked (IDEA-145505)
2015-09-24 19:58:55 +03:00
..
ConflictsWithRawQualifier.java
isApplicable for raw qualifiers: it's enough to erasure left type, then right type should be able to assign there, so method reference type/lambda type won't be lost during erasure (IDEA-144547)
2015-09-04 14:10:35 +03:00
DetectNotEqualParametersInFunctionalTypesForExactMethodReferences.java
…
DetectPolyExpressionInReturnsOfExplicitlyTypedLambdaWhenPrimitiveCouldWin.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
DoNotCheckConstantIfsDuringValueCompatibleChecks.java
lambda valueCompatible check: don't evaluate constant expressions which could lead to reference resolution during overload check = caching possible wrong refs (IDEA-141808)
2015-06-24 11:11:03 +03:00
FunctionalExpressionTypeErasure.java
functional type erasure: check if resulted type functional (IDEA-142341)
2015-07-07 14:55:14 +03:00
IDEA102800.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
IDEA139875.java
testdata for IDEA-139875
2015-05-04 15:01:34 +02:00
IgnoreCandidatesWithLowerApplicabilityLevel.java
new overload resolution: reject candidates with applicability level less than asked (IDEA-145505)
2015-09-24 19:58:55 +03:00
IgnoreNonFunctionalArgumentsWhenCheckIfFunctionalMoreSpecific.java
…
LambdaIsNotCongruentWithFunctionalTypeWithTypeParams.java
…
LambdaValueCompatibleWithNestedTryWithResources.java
can complete normally for nested try-with-resources (IDEA-138961)
2015-04-09 17:02:25 +02:00
ManyOverloadsWithVarargs.java
…
MethodReferenceWithTypeArgs.java
new inference: include additional constraints to check applicability (IDEA-140355)
2015-05-19 11:07:45 +02:00
MultipleOverloadsWithNestedGeneric.java
…
OverrideObjectMethods.java
deoptimize so overriding methods from object marked as abstract won't get lost (IDEA-143141)
2015-08-18 12:34:42 +02:00
PertinentToApplicabilityOfExplicitlyTypedLambda.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
PreferDefaultMethodsOverStatic.java
…
PrimitiveVarargsAreNoMoreSpecificThanNonPrimitiveWhenNoArgIsActuallyProvided.java
overload resolution with varargs: don't prefer promitive varargs when no arg is provided (IDEA-140759)
2015-05-27 22:01:03 +02:00
ProperUnrelatedFunctionalInterfacesTypesComparison.java
overload resolution: compare functional interfaces for specific if they are not assignable (IDEA-140987)
2015-06-02 17:58:59 +02:00
ReturnStatementsInsideNestedLambdasDuringVoidValueCompatibilityChecks.java
…
SecondSearchPossibleForFunctionalInterfacesWithPrimitiveFisrtParameter.java
…
StaticImportOfObjectsToString.java
testdata for IDEA-106848
2015-09-03 20:30:59 +03:00
TryCatchWithoutFinallyBlockProcessing.java
…
ValueCompatibleWithThrowsStatement.java
…
VoidValueCompatibilityCachedControlFlow.java
…
VoidValueCompatibilityCanCompleteNormallyWithCallWithExceptionAsLastStatement.java
…
VoidValueCompatibilityCantCompleteNormallyWithCallWithExceptionAsLastReturnStatement.java
…
VoidValueCompatibilityOfImplicitlyTypedLambda.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