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 18:38:47 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d64ec6f9978642a9cb0a872ce1954a6b773ab26e
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
overloadResolution
T
History
Anna Kozlova
4f0f3ff7fc
new inference: include additional constraints to check applicability (IDEA-140355)
2015-05-19 11:07:45 +02:00
..
DetectNotEqualParametersInFunctionalTypesForExactMethodReferences.java
overload resolution for exact method references: ensure param types are equal in case non-generic methods
2015-02-01 16:30:45 +03:00
DetectPolyExpressionInReturnsOfExplicitlyTypedLambdaWhenPrimitiveCouldWin.java
overload resolution for explicitly typed lambda: poly wins over primitive
2015-02-01 16:07:03 +03:00
IDEA102800.java
…
IDEA139875.java
testdata for IDEA-139875
2015-05-04 15:01:34 +02:00
IgnoreNonFunctionalArgumentsWhenCheckIfFunctionalMoreSpecific.java
…
LambdaIsNotCongruentWithFunctionalTypeWithTypeParams.java
lambda expression isCongruent: ensure target function type has no type parameters
2015-02-01 12:54:19 +03:00
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
…
PreferDefaultMethodsOverStatic.java
java 8 interfaces: default/static preferences (IDEA-136171)
2015-02-10 17:55:56 +01: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
lambda: can complete normally: skip empty finally blocks at lambda body end (IDEA-136628; IDEA-135791)
2015-02-17 19:56:04 +01:00
ValueCompatibleWithThrowsStatement.java
…
VoidValueCompatibilityCachedControlFlow.java
…
VoidValueCompatibilityCanCompleteNormallyWithCallWithExceptionAsLastStatement.java
…
VoidValueCompatibilityCantCompleteNormallyWithCallWithExceptionAsLastReturnStatement.java
…
VoidValueCompatibilityOfImplicitlyTypedLambda.java
…