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-17 18:50:49 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b1d286f8f6c40248485d991efb80ff978436995f
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
graphInference
History
Anna Kozlova
d9145615c7
testdata
2017-06-22 21:46:30 +03:00
..
AcceptFirstPairOfCommonSupertypesDuringUpUpIncorporation.java
…
AfterAbstractPipeline.java
…
ApplicabilityCheckFailsExpressionTypeCheckPasses.java
check that inferred intersection type doesn't contain same generic type with different type arguments (IDEA-170325)
2017-03-28 10:09:30 +02:00
ArrayPassedToVarargsMethod.java
…
ArrayTypeAssignability.java
…
AssignabilityOfStandaloneExpressionsDuringApplicabilityCheck.java
ensure assignability for standalone expressions during applicability check (IDEA-159086)
2017-02-13 18:30:53 +01:00
CallToGenericMethodsOfNonGenericClassInsideRawInheritor.java
…
CaptureConstraint.java
…
CapturedConversionDuringDirectSuperCheck.java
…
CapturedReturnTypes.java
…
CapturedVariablesAcceptance.java
…
CapturedWildcardWithArrayTypeBound.java
…
ChainedInference1.java
[tests] prepares Java tests for the language level raise
2017-03-24 13:19:01 +01:00
ChainedInference.java
static imports: don't compare with expected type when it depends on unresolved reference (IDEA-163072)
2017-03-31 18:01:29 +02:00
ChainedInferenceTypeParamsOrderIndependent.java
[tests] prepares Java tests for the language level raise
2017-03-24 13:19:01 +01:00
ClsCapturedReturnTypes.java
…
ConditionalExpressionsInference.java
…
CreateFreshVariablesOnlyForWildcardPlacesDuringReturnTypeProcessing.java
…
CyclicParamsDependency.java
…
DeepCallsChain.java
…
DefaultConstructorAsArgument.java
[tests] prepares Java tests for the language level raise
2017-03-24 13:19:01 +01:00
DiamondsUsedToDetectArgumentType.java
…
DiamondWithExactMethodReferenceInside.java
…
DisjunctionTypeEquality.java
…
DisjunctionTypes.java
…
DoNotIgnoreConflictingUpperBounds.java
…
EliminateIntersectionTypeWildcardElimination.java
…
EnumConstantInference.java
…
ErasedByReturnConstraint.java
…
ErasureOfReturnTypeIffUncheckedConversionWasNecessaryDuringApplicabilityCheckOnly.java
don't erase method invocation type iff unchecked conversion was required during additional constraints processing (IDEA-163503)
2016-11-03 16:38:40 +01:00
FreshVariablesCreatedDuringResolveDependingOnAlreadyResolvedVariables.java
…
FreshVariablesDuringApplicabilityCheck.java
testdata for fresh variables during applicability check (javac infers Object and fails)
2017-04-28 10:03:16 +02:00
GlbValidityWithCapturedWildcards.java
…
GrandParentTypeParams.java
…
HighlightArgumentWithProblem.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
IDEA98866.java
…
IDEA104429.java
…
IDEA121055.java
…
IDEA126163.java
…
IDEA127928.java
…
IDEA128101.java
provide applicability substitutor when inference fails for parent expression
2017-05-08 22:58:02 +03:00
IDEA128174.java
…
IDEA128766.java
…
IDEA130547.java
…
IDEA130549.java
…
IDEA132725.java
…
IDEA134277.java
…
IDEA143390.java
…
IDEA149774.java
…
IDEA150688.java
…
IDEA153632.java
…
IDEA154278.java
…
IncompatibleBoundsFromAssignment.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
IncompleteSubstitution.java
…
IncorporationOfBoundsAsTypeArguments.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
IncorporationWithCaptureCalcGlbToGetOneTypeParameterBound.java
…
IncorporationWithEqualsBoundsSubstitution.java
…
IncorporationWithRawSubstitutors.java
…
InferenceForFirstArg.java
…
InferenceFromNotEqualTypeParamsBounds.java
static factory detection for top level method call (IDEA-172566)
2017-05-10 09:14:16 +03:00
InferenceFromSiblings.java
[tests] prepares Java tests for the language level raise
2017-03-24 13:19:01 +01:00
InferenceFromTypeParamsBounds.java
…
InferenceVariablesErasure.java
…
InferFromConditionalExpressionCondition.java
…
InferFromTypeArgs.java
…
InfiniteTypes.java
…
IntersectionWithArray.java
…
JDK8028774.java
…
LiftedCaptureToOuterCall.java
…
MostSpecificVarargsCase.java
…
NestedCalls1.java
…
NestedCalls.java
…
NestedCallsSameMethod.java
…
NestedConditionalExpressions.java
…
NestedMethodCallsWithVarargs.java
…
NonGenericInnerClassOfGenericsOuterInReturnType.java
take into account container class type parameters: return type
2017-06-22 15:54:30 +03:00
NonGenericInnerClassOfGenericsOuterWithWildcardsInReturnType.java
testdata
2017-06-22 21:46:30 +03:00
OuterCallConflictResolution.java
…
OuterCallOverloads.java
ensure ambiguity error presentation doesn't depend on previous calls to getSubstitutor()
2016-10-21 18:07:07 +02:00
OuterMethodCallOnRawType.java
…
OverloadChooserOfReturnType.java
…
PartialRawSubstitutionToAvoidInferringObjectsWhenRawExpected.java
…
PertinentToApplicabilityCheckForBlockLambda.java
pertinent to applicability: process return statements inside block lambda
2017-04-28 20:23:23 +02:00
PolyConditionalExpressionWithTargetPrimitive.java
…
PolyMethodCallOnLeftSideOfAssignment.java
…
PostponeUnresolvedVariables.java
…
PrimitiveTypeInReturnConstraintWithUncheckedConversion.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
PrimitiveWrapperConditionInReturnConstraint.java
…
PullingErrorMessagesFromSubExpressionsToTheTopLevel.java
…
PullUncheckedWarningNotionThroughNestedCalls.java
…
PushErasedStateToArguments.java
…
RawTypeFromParent.java
…
RawTypeFromParentArrayType.java
…
RecursiveCallsWithNestedInference.java
…
RecursiveTypeWithCapture.java
new inference: check intersection type of upper bound to detect substitution (IDEA-165011)
2016-12-07 18:44:34 +01:00
ResolutionOrderForVariableCycles.java
…
ReturnConstraintsWithCaptureIncorporationOfFreshVariables.java
…
ReturnStmt.java
…
SameMethodCalledWithDifferentArgsResultingInDependenciesBetweenSameTypeParams.java
…
SameMethodNestedChainedCallsNearFunctionInterfaces.java
…
SiteSubstitutionForReturnConstraint.java
…
SiteSubstitutionInExpressionConstraints.java
…
SOEDuringInferenceFromParamBounds.java
…
StaticInheritorsAmbiguity.java
…
StopAtStandaloneConditional.java
…
TargetTypeByAnonymousClass.java
…
TargetTypeByOverloadedMethod2.java
…
TargetTypeByOverloadedMethod.java
…
TopLevelParentNoParameters.java
testdata for javac resolution order: to be merged in java 9 update
2017-04-11 16:22:35 +02:00
TransitiveInferenceVariableDependencies.java
…
TreatConditionalExpressionAsPolyIfNewExpressionWithDiamondsIsUsed.java
…
TwoDifferentParameterizationCheckWithInterfaceTypeArguments.java
inference: don't distinguish parameterizations with 2 different interfaces (IDEA-163950)
2016-11-15 18:11:31 +01:00
UncheckedConversionDuringProperTypeExpressionConstraintResolution.java
skip errors in case of diamond inference with type parameters on constructor
2017-04-03 13:52:13 +02:00
UncheckedConversionWithRecursiveTypeParams.java
…
UncheckedWarningConvertingToInferenceVariable.java
…
UncheckedWarningDuringStrictSubtyping.java
…
ValidIntersectionTypeWithCapturedBounds.java
intersection type validation fixed (IDEA-173900)
2017-06-05 14:34:18 +03:00
VarargsOnNonPertinentPlace.java
…
VariableNamesOfNestedCalls.java
…