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
03d43344300f050e0a7c3b25772a97d0772ec2c6
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
graphInference
T
History
Anna Kozlova
03d4334430
eliminate wildcards elimination in flattening intersection types (IDEA-143194); fully follow specification in determining target type - javac would be fixed (JDK-8142876), eclipse already obeys the spec
2015-11-12 20:14:15 +01:00
..
AcceptFirstPairOfCommonSupertypesDuringUpUpIncorporation.java
new inference: stop at first common supertypes pair during incorporation of upper bounds (IDEA-147393)
2015-11-05 15:24:18 +01:00
AfterAbstractPipeline.java
…
ArrayPassedToVarargsMethod.java
…
ArrayTypeAssignability.java
subtyping constraint: accept array types if left type is assignable from array, e.g Serializable (IDEA-146592)
2015-10-20 20:58:49 +02:00
CallToGenericMethodsOfNonGenericClassInsideRawInheritor.java
…
CapturedReturnTypes.java
…
ChainedInference1.java
…
ChainedInference.java
…
ChainedInferenceTypeParamsOrderIndependent.java
…
ClsCapturedReturnTypes.java
…
ConditionalExpressionsInference.java
…
CyclicParamsDependency.java
…
DeepCallsChain.java
…
DefaultConstructorAsArgument.java
…
DiamondsUsedToDetectArgumentType.java
…
DiamondWithExactMethodReferenceInside.java
isPertinentToApplicability: check class type parameters if constructor is called with diamonds (IDEA-147619)
2015-11-09 19:08:30 +01:00
DisjunctionTypeEquality.java
…
EliminateIntersectionTypeWildcardElimination.java
eliminate wildcards elimination in flattening intersection types (IDEA-143194); fully follow specification in determining target type - javac would be fixed (JDK-8142876), eclipse already obeys the spec
2015-11-12 20:14:15 +01:00
EnumConstantInference.java
new inference for enum constants (IDEA-144973)
2015-09-10 15:55:05 +03:00
ErasedByReturnConstraint.java
…
FreshVariablesCreatedDuringResolveDependingOnAlreadyResolvedVariables.java
…
GrandParentTypeParams.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
testdata for IDEA-143390
2015-08-12 08:14:31 -07:00
IncompatibleBoundsFromAssignment.java
…
IncompleteSubstitution.java
…
IncorporationOfBoundsAsTypeArguments.java
new inference, incorporation step: ignore type arguments in bounds, retrieve upper bounds of captured wildcards (IDEA-145244)
2015-11-11 17:35:32 +01:00
IncorporationWithCaptureCalcGlbToGetOneTypeParameterBound.java
new inference: incorporation with capture: treat type param's extends bounds as one as glb (IDEA-142145)
2015-09-02 17:04:31 +03:00
IncorporationWithEqualsBoundsSubstitution.java
…
IncorporationWithRawSubstitutors.java
incorporation: deal with PsiType.NULL (IDEA-147529)
2015-11-10 18:45:36 +01:00
InferenceForFirstArg.java
…
InferenceFromNotEqualTypeParamsBounds.java
…
InferenceFromSiblings.java
…
InferenceFromTypeParamsBounds.java
…
InferFromConditionalExpressionCondition.java
…
InferFromTypeArgs.java
…
InfiniteTypes.java
…
IntersectionWithArray.java
new inference: reject array upper bounds which contradict with another class type bound (IDEA-144159)
2015-08-20 19:31:03 +02:00
JDK8028774.java
…
LiftedCaptureToOuterCall.java
…
MostSpecificVarargsCase.java
…
NestedCalls1.java
…
NestedCalls.java
…
NestedCallsSameMethod.java
…
NestedConditionalExpressions.java
…
NestedMethodCallsWithVarargs.java
…
OuterCallConflictResolution.java
…
OuterCallOverloads.java
…
OuterMethodCallOnRawType.java
new inference: ensure erased target type if substitutor was raw (IDEA-143183)
2015-07-29 10:02:59 +02:00
OverloadChooserOfReturnType.java
…
PrimitiveWrapperConditionInReturnConstraint.java
…
RawTypeFromParent.java
…
RawTypeFromParentArrayType.java
…
RecursiveCallsWithNestedInference.java
inference variables: ensure variable is not mixed with type parameter for recursive calls (IDEA-147639)
2015-11-09 19:08:30 +01:00
ReturnConstraintsWithCaptureIncorporationOfFreshVariables.java
inference: incorporation with capture and fresh variables (IDEA-145566)
2015-09-28 20:18:34 +02:00
ReturnStmt.java
…
SameMethodCalledWithDifferentArgsResultingInDependenciesBetweenSameTypeParams.java
…
SameMethodNestedChainedCallsNearFunctionInterfaces.java
…
SiteSubstitutionForReturnConstraint.java
…
SiteSubstitutionInExpressionConstraints.java
…
SOEDuringInferenceFromParamBounds.java
…
StaticInheritorsAmbiguity.java
…
TargetTypeByAnonymousClass.java
…
TargetTypeByOverloadedMethod2.java
…
TargetTypeByOverloadedMethod.java
…
UncheckedConversionWithRecursiveTypeParams.java
…
VarargsOnNonPertinentPlace.java
…