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-08-15 11:12:59 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
197110ff95f1b3528778c0fd5567fd92c69c3b92
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
overloadResolution
T
History
Anna Kozlova
197110ff95
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
..
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
DetectNotEqualParametersInFunctionalTypesForExactMethodReferences.java
…
DetectPolyExpressionInReturnsOfExplicitlyTypedLambdaWhenPrimitiveCouldWin.java
…
DoNotCheckConstantIfsDuringValueCompatibleChecks.java
…
FunctionalExpressionTypeErasure.java
functional type erasure: check if resulted type functional (IDEA-142341)
2015-07-07 14:55:14 +03:00
IDEA102800.java
…
IDEA139875.java
…
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
…
ManyOverloadsWithVarargs.java
…
MethodReferenceWithTypeArgs.java
…
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
…
PreferDefaultMethodsOverStatic.java
…
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
…