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
2025-12-23 07:50:55 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e67bf2488b9fedab44e7142a61f2ee1b13eec7a0
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
overloadResolution
History
Anna.Kozlova
6bb976899e
overload resolution: resolve conflicts with static methods in super interfaces
2017-10-24 10:57:06 +02:00
..
AdaptReturnTypesOfSiblingMethods.java
overload resolution: adapt return types before comparing (IDEA-177065)
2017-08-07 18:28:03 +02:00
ChooseAbstractMethodArbitrarily.java
…
CompareFormalParametersWithNotionOfSiteSubstitutorInIsMoreSpecificCheck.java
…
ConflictsWithRawQualifier.java
…
ConstructorOverloadsWithDiamonds.java
…
DefaultAbstractConflictResolution.java
…
DetectNotEqualParametersInFunctionalTypesForExactMethodReferences.java
…
DetectPolyExpressionInReturnsOfExplicitlyTypedLambdaWhenPrimitiveCouldWin.java
…
DoNotCheckConstantIfsDuringValueCompatibleChecks.java
…
DonotIncludeAdditionalConstraintsDuringApplicabilityChecksInsideOverloadResolution.java
inference errors: make applicability error thread safe so multiple threads can perform overload resolution of parent method calls independently, save presentable error when substitutor cached only
2017-05-08 12:12:13 +03:00
DontSkipInapplicableMethodsDuringSameSignatureCheck.java
overload resolution: same signatures should not check return types, etc already processed in hierarchical signatures (IDEA-172129)
2017-04-28 20:23:23 +02:00
ForceCleanupErrorsInConditionalWhenBothBranchesProduceError.java
overload resolution: ensure cleanup both branches of conditional (IDEA-169142)
2017-03-06 15:14:54 +01:00
FunctionalExpressionTypeErasure.java
…
FunctionalInterfaceIncompatibilityBasedOnAbsenceOfVoidToTypeConvertion.java
…
FunctionalInterfacesAtVarargsPositionMostSpecificCheck.java
…
IDEA102800.java
…
IDEA139875.java
…
IDEA151823.java
…
IDEA153076.java
…
IgnoreCandidatesWithLowerApplicabilityLevel.java
…
IgnoreLambdaVoidValueIncompatibilitiesPreferringMethodWithFunctionalTypeToNonFunctionalType.java
overload resolution: prefer candidates with functional formal type if lambda is passed; this way conflict would be resolved and nested error would be shown instead
2016-09-16 08:34:15 +03:00
IgnoreNonFunctionalArgumentsWhenCheckIfFunctionalMoreSpecific.java
…
IgnoreNumberOfParametersInPotentiallyCompatibleCheckNotToExcludeAllConflicts.java
…
IgnoreStaticCorrectnessDuringOverloadResolution.java
…
InferenceErrorInArgumentWhenWrongOverloadWasChosen.java
testdata for IDEA-158047
2017-05-10 20:35:34 +03:00
LambdaIsNotCongruentWithFunctionalTypeWithTypeParams.java
…
LambdaValueCompatibleWithNestedTryWithResources.java
…
LongerParamsWhenVarargs.java
…
ManyOverloadsWithVarargs.java
…
MethodReferenceWithTypeArgs.java
…
MultipleOverloadsWithNestedGeneric.java
…
NoBoxingWithNullType.java
…
NoNeedToPreferGenericToRawSubstitution.java
…
NotPotentiallyCompatibleMethodReference.java
…
OverriddenVarargWithaArray.java
overload resolution: don't ignore method with incorrect number of parameters when it overrides vararg method (IDEA-165829)
2016-12-27 11:29:37 +01:00
OverrideObjectMethods.java
…
PertinentToApplicabilityOfExplicitlyTypedLambda.java
…
PotentialCompatibilityInCaseWhenNoMethodHasValidNumberOfParameters.java
…
PotentiallyCompatibleShouldCheckAgainstSubstitutedWithSiteSubstitutor.java
…
PreferDefaultMethodsOverStatic.java
…
PreserveErrorsFromOuterVariables.java
…
PreserveStaticMethodConflictsWhenMethodsAreNotHidden.java
overload resolution: don't skip static method conflicts in classes in hierarchy (IDEA-171617)
2017-04-19 14:01:07 +02:00
PrimitiveVarargsAreNoMoreSpecificThanNonPrimitiveWhenNoArgIsActuallyProvided.java
…
ProperUnrelatedFunctionalInterfacesTypesComparison.java
…
ReturnStatementsInsideNestedLambdasDuringVoidValueCompatibilityChecks.java
…
SecondSearchPossibleForFunctionalInterfacesWithPrimitiveFisrtParameter.java
…
SiteSubstituteTypeParameterBoundsWhenCheckForMostSpecific.java
…
SpecificFunctionalInterfaces.java
ensure ambiguity error presentation doesn't depend on previous calls to getSubstitutor()
2016-10-21 18:07:07 +02:00
StaticImportOfObjectsToString.java
…
StaticMethodInOuterClassConflictWithToString.java
find class or interface to search the method: stop when accessible method is found even with static problem (IDEA-169504)
2017-03-15 10:41:42 +01:00
StaticMethodInSuperInterfaceConflictWithCurrentStatic.java
overload resolution: resolve conflicts with static methods in super interfaces
2017-10-24 10:57:06 +02:00
TryCatchWithoutFinallyBlockProcessing.java
…
TypeCalculationOfQualifierShouldNotDependOnOverloadResolutionOfContainingMethodCall.java
…
UnqualifiedStaticInterfaceMethodCallsOnInnerClasses.java
overload resolution: accept unqualified calls of static interface methods (IDEA-180236)
2017-10-09 15:00:48 +02:00
ValueCompatibleWithThrowsStatement.java
…
VarargComponentTypesShouldBeExcludedFromBoxingComparison.java
overload resolution: don't choose most specific method based on boxing property for vararg position (IDEA-163597)
2016-11-17 17:10:53 +01:00
VoidValueCompatibilityCachedControlFlow.java
…
VoidValueCompatibilityCanCompleteNormallyWithCallWithExceptionAsLastStatement.java
…
VoidValueCompatibilityCantCompleteNormallyWithCallWithExceptionAsLastReturnStatement.java
…
VoidValueCompatibilityOfImplicitlyTypedLambda.java
…