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-01-06 20:39:40 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e43fad42779acfd611aa91f9b5062741c1589db3
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
overloadResolution
History
Anna Kozlova
169b42916e
new inference: don't treat void as primitive type to boxing
2015-11-25 12:25:02 +01:00
..
ChooseAbstractMethodArbitrarily.java
overload resolution: choose one of overload equivalent abstract methods arbitrarily (IDEA-146261)
2015-10-12 20:15:40 +02: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
ConstructorOverloadsWithDiamonds.java
cache diamond inference results
2015-09-30 10:59:13 +02:00
DefaultAbstractConflictResolution.java
overload resolution: treat default methods as abstract; don't include static interface methods in conflict resolution when target expression type does not correspond to the containing interface (IDEA-146055)
2015-10-07 19:36:05 +02:00
DetectNotEqualParametersInFunctionalTypesForExactMethodReferences.java
…
DetectPolyExpressionInReturnsOfExplicitlyTypedLambdaWhenPrimitiveCouldWin.java
…
DoNotCheckConstantIfsDuringValueCompatibleChecks.java
…
FunctionalExpressionTypeErasure.java
…
FunctionalInterfaceIncompatibilityBasedOnAbsenceOfVoidToTypeConvertion.java
new inference: don't treat void as primitive type to boxing
2015-11-25 12:25:02 +01:00
IDEA102800.java
…
IDEA139875.java
…
IgnoreCandidatesWithLowerApplicabilityLevel.java
method reference: don't start containing class parameter type inference for receiver-reference; corresponding substitutor should be already known (IDEA-146604; IDEA-147223)
2015-11-03 17:10:58 +01:00
IgnoreNonFunctionalArgumentsWhenCheckIfFunctionalMoreSpecific.java
…
LambdaIsNotCongruentWithFunctionalTypeWithTypeParams.java
…
LambdaValueCompatibleWithNestedTryWithResources.java
…
ManyOverloadsWithVarargs.java
…
MethodReferenceWithTypeArgs.java
…
MultipleOverloadsWithNestedGeneric.java
…
OverrideObjectMethods.java
…
PertinentToApplicabilityOfExplicitlyTypedLambda.java
…
PreferDefaultMethodsOverStatic.java
overload resolution: treat default methods as abstract; don't include static interface methods in conflict resolution when target expression type does not correspond to the containing interface (IDEA-146055)
2015-10-07 19:36:05 +02:00
PrimitiveVarargsAreNoMoreSpecificThanNonPrimitiveWhenNoArgIsActuallyProvided.java
…
ProperUnrelatedFunctionalInterfacesTypesComparison.java
…
ReturnStatementsInsideNestedLambdasDuringVoidValueCompatibilityChecks.java
…
SecondSearchPossibleForFunctionalInterfacesWithPrimitiveFisrtParameter.java
…
SiteSubstituteTypeParameterBoundsWhenCheckForMostSpecific.java
overload resolution: provide type parameter bounds with site substitutor to correctly compare types during most specific check (IDEA-144463)
2015-10-02 12:05:27 +02:00
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
…