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-06-14 04:27:17 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a94e79baffd97f86bbf5bc6ef08e9a4ae7e5a472
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
overloadResolution
T
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
…
MethodReferenceWithTypeArgs.java
new inference: include additional constraints to check applicability (IDEA-140355)
2015-05-19 11:07:45 +02:00
MultipleOverloadsWithNestedGeneric.java
…
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