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-01-10 01:09:46 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
abf32b50d5660282a9923d6ac2f1c3085e7fc265
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
graphInference
History
…
..
AcceptFirstPairOfCommonSupertypesDuringUpUpIncorporation.java
…
AfterAbstractPipeline.java
…
ArrayPassedToVarargsMethod.java
new inference: do not accept varargs when array is passed there
2014-02-20 20:27:39 +01:00
ArrayTypeAssignability.java
…
CallToGenericMethodsOfNonGenericClassInsideRawInheritor.java
…
CaptureConstraint.java
…
CapturedReturnTypes.java
switch tests on new inference
2013-11-25 16:47:38 +01:00
CapturedVariablesAcceptance.java
testdata
2016-02-18 19:47:21 +01:00
CapturedWildcardWithArrayTypeBound.java
…
ChainedInference1.java
…
ChainedInference.java
…
ChainedInferenceTypeParamsOrderIndependent.java
…
ClsCapturedReturnTypes.java
…
ConditionalExpressionsInference.java
…
CyclicParamsDependency.java
…
DeepCallsChain.java
…
DefaultConstructorAsArgument.java
new inference: default constructor as poly expression argument
2013-09-20 20:36:37 +04:00
DiamondsUsedToDetectArgumentType.java
…
DiamondWithExactMethodReferenceInside.java
…
DisjunctionTypeEquality.java
…
DisjunctionTypes.java
…
DoNotIgnoreConflictingUpperBounds.java
…
EliminateIntersectionTypeWildcardElimination.java
…
EnumConstantInference.java
…
ErasedByReturnConstraint.java
…
FreshVariablesCreatedDuringResolveDependingOnAlreadyResolvedVariables.java
…
GlbValidityWithCapturedWildcards.java
…
GrandParentTypeParams.java
…
HighlightArgumentWithProblem.java
…
IDEA98866.java
…
IDEA104429.java
…
IDEA121055.java
…
IDEA126163.java
…
IDEA127928.java
…
IDEA128101.java
…
IDEA128174.java
…
IDEA128766.java
…
IDEA130547.java
…
IDEA130549.java
…
IDEA132725.java
…
IDEA134277.java
…
IDEA143390.java
…
IDEA149774.java
…
IDEA150688.java
…
IDEA153632.java
testdata for IDEA-153632
2016-03-29 21:17:55 +02:00
IDEA154278.java
…
IncompatibleBoundsFromAssignment.java
isApplicability check based on pertinentToApplicability
2015-11-30 15:11:41 +01:00
IncompleteSubstitution.java
new inference: do not instantiate vars with upper bounds mix when incomplete substitutor is supposed
2013-11-25 16:48:06 +01:00
IncorporationOfBoundsAsTypeArguments.java
…
IncorporationWithCaptureCalcGlbToGetOneTypeParameterBound.java
…
IncorporationWithEqualsBoundsSubstitution.java
…
IncorporationWithRawSubstitutors.java
…
InferenceForFirstArg.java
lambda: clear caches after usage; more testdata
2013-02-13 15:57:24 +01:00
InferenceFromNotEqualTypeParamsBounds.java
…
InferenceFromSiblings.java
…
InferenceFromTypeParamsBounds.java
…
InferenceVariablesErasure.java
…
InferFromConditionalExpressionCondition.java
…
InferFromTypeArgs.java
…
InfiniteTypes.java
…
IntersectionWithArray.java
isApplicability check based on pertinentToApplicability
2015-11-30 15:11:41 +01:00
JDK8028774.java
new inference: testdata to prevent regression
2013-11-25 16:48:16 +01:00
LiftedCaptureToOuterCall.java
…
MostSpecificVarargsCase.java
…
NestedCalls1.java
…
NestedCalls.java
…
NestedCallsSameMethod.java
…
NestedConditionalExpressions.java
…
NestedMethodCallsWithVarargs.java
new inference: proceed nested calls of the same method with dependencies between inference variables from different calls (IDEA-136716; IDEA-135286)
2015-02-25 17:32:10 +01:00
OuterCallConflictResolution.java
…
OuterCallOverloads.java
…
OuterMethodCallOnRawType.java
…
OverloadChooserOfReturnType.java
switch tests on new inference
2013-11-25 16:47:38 +01:00
PartialRawSubstitutionToAvoidInferringObjectsWhenRawExpected.java
…
PolyConditionalExpressionWithTargetPrimitive.java
…
PolyMethodCallOnLeftSideOfAssignment.java
…
PrimitiveTypeInReturnConstraintWithUncheckedConversion.java
…
PrimitiveWrapperConditionInReturnConstraint.java
…
PullingErrorMessagesFromSubExpressionsToTheTopLevel.java
…
PullUncheckedWarningNotionThroughNestedCalls.java
…
PushErasedStateToArguments.java
…
RawTypeFromParent.java
…
RawTypeFromParentArrayType.java
…
RecursiveCallsWithNestedInference.java
…
ReturnConstraintsWithCaptureIncorporationOfFreshVariables.java
…
ReturnStmt.java
…
SameMethodCalledWithDifferentArgsResultingInDependenciesBetweenSameTypeParams.java
…
SameMethodNestedChainedCallsNearFunctionInterfaces.java
fix testdata imports
2014-08-28 15:20:58 +04:00
SiteSubstitutionForReturnConstraint.java
…
SiteSubstitutionInExpressionConstraints.java
…
SOEDuringInferenceFromParamBounds.java
…
StaticInheritorsAmbiguity.java
more specific inference: do not compare functional types if both methods were generic
2014-02-20 22:40:17 +01:00
StopAtStandaloneConditional.java
…
TargetTypeByAnonymousClass.java
…
TargetTypeByOverloadedMethod2.java
…
TargetTypeByOverloadedMethod.java
…
TransitiveInferenceVariableDependencies.java
…
UncheckedConversionWithRecursiveTypeParams.java
…
UncheckedWarningConvertingToInferenceVariable.java
…
UncheckedWarningDuringStrictSubtyping.java
…
VarargsOnNonPertinentPlace.java
…
VariableNamesOfNestedCalls.java
…