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-06 05:10:22 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6731485cb80caa6c3757c728ba3e6cd8c3351e32
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
overloadResolution
History
Anna Kozlova
303edac35e
functional type erasure: check if resulted type functional (IDEA-142341)
2015-07-07 14:55:14 +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
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
overload resolution: reject methods with wrong number of parameters even if vararg method is present (IDEA-131093)
2015-02-27 12:55:15 +01:00
MethodReferenceWithTypeArgs.java
new inference: include additional constraints to check applicability (IDEA-140355)
2015-05-19 11:07:45 +02:00
MultipleOverloadsWithNestedGeneric.java
new overload resolution: remember candidate when argument type is to be calculated (IDEA-137921)
2015-03-20 20:08:50 +01: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
new overload resolution: do not accept primitive type as target of second search (IDEA-138839)
2015-04-08 12:05:58 +02: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