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
c81d88725165f878fdcc96ceb5fad5ce079d7df5
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
overloadResolution
T
History
Anna Kozlova
c81d887251
ensure potential compatible for pertinent to applicability: when number of parameters is wrong methods which are not potentially compatible are not filtered (IDEA-149103)
2015-12-09 19:28:03 +01:00
..
ChooseAbstractMethodArbitrarily.java
…
ConflictsWithRawQualifier.java
…
ConstructorOverloadsWithDiamonds.java
…
DefaultAbstractConflictResolution.java
…
DetectNotEqualParametersInFunctionalTypesForExactMethodReferences.java
…
DetectPolyExpressionInReturnsOfExplicitlyTypedLambdaWhenPrimitiveCouldWin.java
isApplicability check based on pertinentToApplicability
2015-11-30 15:11:41 +01:00
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
FunctionalInterfacesAtVarargsPositionMostSpecificCheck.java
new overload resolution: don't treat array type of functional interfaces as functional interface (IDEA-148726)
2015-12-02 17:56:08 +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
…
IgnoreNumberOfParametersInPotentiallyCompatibleCheckNotToExcludeAllConflicts.java
AIOOBE
2015-12-03 19:11:09 +01:00
LambdaIsNotCongruentWithFunctionalTypeWithTypeParams.java
…
LambdaValueCompatibleWithNestedTryWithResources.java
…
ManyOverloadsWithVarargs.java
…
MethodReferenceWithTypeArgs.java
…
MultipleOverloadsWithNestedGeneric.java
…
NoBoxingWithNullType.java
overload resolution: boxing should ignore null types (IDEA-148692)
2015-11-30 19:45:19 +01:00
OverrideObjectMethods.java
…
PertinentToApplicabilityOfExplicitlyTypedLambda.java
isApplicability check based on pertinentToApplicability
2015-11-30 15:11:41 +01:00
PotentialCompatibilityInCaseWhenNoMethodHasValidNumberOfParameters.java
ensure potential compatible for pertinent to applicability: when number of parameters is wrong methods which are not potentially compatible are not filtered (IDEA-149103)
2015-12-09 19:28:03 +01:00
PreferDefaultMethodsOverStatic.java
…
PrimitiveVarargsAreNoMoreSpecificThanNonPrimitiveWhenNoArgIsActuallyProvided.java
…
ProperUnrelatedFunctionalInterfacesTypesComparison.java
…
ReturnStatementsInsideNestedLambdasDuringVoidValueCompatibilityChecks.java
…
SecondSearchPossibleForFunctionalInterfacesWithPrimitiveFisrtParameter.java
…
SiteSubstituteTypeParameterBoundsWhenCheckForMostSpecific.java
…
StaticImportOfObjectsToString.java
…
TryCatchWithoutFinallyBlockProcessing.java
…
ValueCompatibleWithThrowsStatement.java
…
VoidValueCompatibilityCachedControlFlow.java
…
VoidValueCompatibilityCanCompleteNormallyWithCallWithExceptionAsLastStatement.java
…
VoidValueCompatibilityCantCompleteNormallyWithCallWithExceptionAsLastReturnStatement.java
…
VoidValueCompatibilityOfImplicitlyTypedLambda.java
…