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-05-16 02:02:44 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ab283f3cecf072d9d01ef5ee155d22cb1bd36615
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
newMethodRef
History
Anna.Kozlova
9e20e117d6
skip inference for incompatible method references
...
EA-103416 - assert: PsiMethodReferenceCompatibilityConstraint.getSubstitutor
2017-12-14 18:45:49 +01:00
..
AdditionalConstraints3Level.java
…
AfterBounds.java
…
AfterCollectors1.java
…
AfterCollectors2.java
…
AfterDistinctOps.java
…
AfterSliceOps.java
…
AmbiguityVarargs.java
…
ApplicabilityConflictMessage.java
method references: don't swallow errors during method ref inference (IDEA-179706)
2017-09-29 14:31:21 +02:00
ApplicabilityErrorVisibleWhenConstraintsFromFunctionalExpressionsProvideValidSubstitutor.java
…
ArrayTypeNewReifiable.java
…
AssertNumberOfParameters.java
…
CapturedReturnTypeOfMethodReference.java
…
CapturedTypesOfImplicitParameterTypes.java
method references: don't swallow errors during method ref inference (IDEA-179706)
2017-09-29 14:31:21 +02:00
CapturedWildcardInReceiverPosition.java
…
CaptureTypeOfNewArrayExpression.java
…
CapturingReturnValue.java
…
ChainedCallsWithMethodReferenceInside.java
…
CheckReturnTypeForExactRefs.java
…
CheckReturnTypeOfMethodReferenceWhenTheRestIsGood.java
…
CollectingApplicabilityConstraints.java
…
ConflictingVarargsFromFirstSearchWithNArityOfTheSecondSearch.java
method references: do not prefer varargs from first search (IDEA-182018)
2017-11-13 16:41:50 +01:00
ConstraintsFromNonRawReceiverType.java
…
ConstructorReferenceWithVarargsParameters.java
EA-107704 - assert: InferenceSession.<init>
2017-09-26 14:33:30 +02:00
ConstructorRefOnClassWithRecursiveTypeParameter.java
method references: don't infer Object when no constraint exist for 'raw' reference (IDEA-171922)
2017-04-26 16:28:04 +02:00
ContainingClassTypeParametersShouldNotBeInferredDuringMethodReferenceProcessing.java
…
ContainingClassTypeParamsForBounds.java
…
DeepWildcardEliminating.java
…
DistinguishCapturedWildcardsByDifferentParameters.java
method references: don't swallow errors during method ref inference (IDEA-179706)
2017-09-29 14:31:21 +02:00
EnsureNotResolvedMethodRefsAreNotMarkedAsExact.java
…
EnsureResolveToClassInConstructorRefs.java
…
EnsureThatCapturedWildcardsAreNotOpenWithoutAnyReason.java
…
EnsureTypeParametersAreNotModifiedDuringGroundTypeEvaluation.java
…
EnumConstantsAsContext.java
…
EnumValuesMethod.java
…
ExactMethodReferencePertinentToApplicabilityCheck.java
…
ExcludeContainingClassTypeParamsFromInference.java
…
FreshVariableLowerBoundsDuringSuperTypeChecks.java
…
FromReferenceWithTypeArgs.java
…
GenericArrayCreation.java
…
GetClassReturnTypeInMethodReference.java
…
HighlightReferenceWhenContradictBoundsAreInferred.java
method references: don't swallow errors during method ref inference (IDEA-179706)
2017-09-29 14:31:21 +02:00
IDEA93587.java
…
IDEA106522.java
…
IDEA112191.java
…
IDEA112574.java
…
IDEA113297.java
…
IDEA113558.java
…
IDEA116359.java
…
IDEA117311.java
…
IDEA118437.java
…
IDEA120370.java
…
IDEA120376.java
…
IDEA122018comment.java
…
IDEA122100.java
…
IDEA122509.java
…
IDEA122681.java
…
IDEA123223.java
…
IDEA123248.java
…
IDEA123366.java
…
IDEA123366comment.java
…
IDEA124148.java
…
IDEA124613.java
…
IDEA126062.java
…
IDEA126969.java
…
IDEA127275_.java
provide applicability substitutor when inference fails for parent expression
2017-05-08 22:58:02 +03:00
IDEA127275.java
…
IDEA127506.java
…
IDEA128534.java
…
IDEA128712.java
…
IDEA132379.java
…
IDEA132560.java
…
IDEA133935.java
…
IDEA136581.java
…
IDEA136708.java
…
IDEA138752.java
…
IDEA140586.java
…
IDEA147511.java
…
IDEA147873.java
…
IDEA148093.java
…
IDEA148553.java
…
IDEA148841.java
…
IDEA152659.java
…
IDEA175280.java
testdata for IDEA-175280
2017-07-03 16:53:16 +02:00
IgnoreForeignVariables.java
…
IncludeContainingClassParamsInResolveSetForConstructorRefs.java
…
IncludeOnlyTypeParametersUsedInParameterTypesExcludeThoseUsedInReturnOnly.java
…
IncompleteCodeWithMethodReferenceOverLambdaParameter.java
…
IncompleteMethodReferenceWithUncheckedWarningInspection.java
calc types by applicability constraints if inference fails
2017-12-07 15:51:06 +01:00
IncorrectArrayCreationSignature.java
…
InexactMethodReferencePrimitiveBound.java
…
LiftMethodReferenceTypeParams.java
…
MethodInInheritorFoundBySecondSearch.java
…
MethodReferenceSecondSearchDontInfluenceTopSiteSubstitutor.java
…
MethodReferenceSwallowedErrors.java
method references: don't swallow errors during method ref inference (IDEA-179706)
2017-09-29 14:31:21 +02:00
MethodReferenceTypeArgumentsApplicability.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
MethodREfToContainingMethodWithGenericParam.java
…
MissedApplicableMemberContainingClassSubstitution.java
…
NewParameterizedReferenceOnRawType.java
…
NonExactMethodReferenceOnRawClassType.java
method references: don't swallow errors during method ref inference (IDEA-179706)
2017-09-29 14:31:21 +02:00
PotentialApplicability.java
…
PotentialCompatibilityWithInvalidShape.java
…
PreferErrorOnTopLevelToFailedSubstitutorOnNestedLevel.java
testdata for IDEA-157350
2017-05-10 20:35:34 +03:00
QualifierOfCapturedWildcardType.java
…
RawClassTypeOnConstructorReference.java
…
RawClassTypeOnConstructorWithVarargs.java
skip warnings for constructor refs with varargs (IDEA-174074)
2017-06-27 19:47:53 +03:00
RawConstructorReferenceWithTypeParams.java
…
RawInferredTypeCheck.java
…
RawInnerClassQualifier.java
…
RawReferenceTypeWithReceiver.java
…
RawTargetType.java
…
ReceiverSubstitutorForExactReferenceInMethodReferenceConstraint.java
…
ReceiverTypeSubstitution.java
…
RefOnStaticInterfaceMethod.java
…
RegistryOptionToSkipUnsoundCaptureConversionInMethodReferenceReturnType.java
method reference: registry option to skip unsound capture conversion specified in the spec but ignored by the javac, to be changed in the next spec version (IDEA-171488)
2017-04-18 15:03:44 +02:00
RejectReceiverTypesForConstructorRefs.java
…
ReturnTypeApplicabilityIfCapturedWildcardInferred.java
…
ReturnTypeCheckForRawReceiver.java
…
ReturnTypeCompatibilityConstraintForSecondSearchCase.java
…
SecondSearchIfFirstParameterIsASubtypeOfReferenceTypeFromExpressionDeclaration.java
…
SiteSubstitutionOfNonReceiverReference.java
…
SkipCheckedExceptionsHandledByInterfaceMethod.java
…
SkipInferenceForInapplicableMethodReference.java
skip inference for incompatible method references
2017-12-14 18:45:49 +01:00
StaticNonStaticReferenceTypeAmbiguity.java
…
SubstitutionForReturnTypeConstraintsForTargetGenericMethod.java
…
SuperClassPotentiallyApplicableMembers.java
…
SuperSubstitutorInNormalCase.java
…
TypeNameInterfaceSuperMethodReferenceApplicability.java
Interface.super method calls: ensure valid qualifier (IDEA-173888)
2017-06-05 14:34:18 +03:00
TypeParameterInstantiation.java
…
TypeParametersInitOrder.java
…
UncheckedMethodReference.java
…
UncheckedWarningWithRawSecondSearchAndMethodFromSuper.java
…
UnhandledExceptionsInQualifier.java
…
UnresolvedMethodReference.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
VarargsParametersCountComparison.java
…
WildcardInCheckedCompatibilityConstraints.java
checked exception constraints: ensure ground type (IDEA-173200)
2017-05-22 11:25:29 +03:00
WildcardParametrization.java
…
WildcardReturns.java
…
WildcardsInClassTypeQualifier.java
…