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
e55fbf3f1d84e833a561de77cf4cad598ce69d14
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
graphInference
T
History
Anna.Kozlova
049a253fdf
inference: don't erase types when target type is parameterized with unbounded wildcards only, in this case no unchecked warning would be generated and the types won't be affected by unchecked warning clause
2016-11-23 11:53:29 +01:00
..
AcceptFirstPairOfCommonSupertypesDuringUpUpIncorporation.java
…
AfterAbstractPipeline.java
…
ArrayPassedToVarargsMethod.java
…
ArrayTypeAssignability.java
…
CallToGenericMethodsOfNonGenericClassInsideRawInheritor.java
…
CaptureConstraint.java
…
CapturedConversionDuringDirectSuperCheck.java
…
CapturedReturnTypes.java
…
CapturedVariablesAcceptance.java
…
CapturedWildcardWithArrayTypeBound.java
…
ChainedInference1.java
…
ChainedInference.java
new inference: provide incomplete inference results for lambda (IDEA-162035; IDEA-155230)
2016-10-06 16:21:05 +02:00
ChainedInferenceTypeParamsOrderIndependent.java
…
ClsCapturedReturnTypes.java
…
ConditionalExpressionsInference.java
…
CreateFreshVariablesOnlyForWildcardPlacesDuringReturnTypeProcessing.java
…
CyclicParamsDependency.java
…
DeepCallsChain.java
…
DefaultConstructorAsArgument.java
…
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
…
GlbValidityWithCapturedWildcards.java
…
GrandParentTypeParams.java
…
HighlightArgumentWithProblem.java
inference: register inference error when nested inference don't start as cached session already had errors
2016-10-21 18:07:07 +02:00
IDEA98866.java
…
IDEA104429.java
…
IDEA121055.java
…
IDEA126163.java
…
IDEA127928.java
…
IDEA128101.java
inference: register inference error when nested inference don't start as cached session already had errors
2016-10-21 18:07:07 +02: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
…
IncompleteSubstitution.java
…
IncorporationOfBoundsAsTypeArguments.java
…
IncorporationWithCaptureCalcGlbToGetOneTypeParameterBound.java
…
IncorporationWithEqualsBoundsSubstitution.java
…
IncorporationWithRawSubstitutors.java
…
InferenceForFirstArg.java
…
InferenceFromNotEqualTypeParamsBounds.java
…
InferenceFromSiblings.java
…
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
…
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
…
PolyConditionalExpressionWithTargetPrimitive.java
…
PolyMethodCallOnLeftSideOfAssignment.java
…
PostponeUnresolvedVariables.java
new inference: postpone unresolved variables in favor to variables with proper equals bound
2016-10-11 10:27:29 +02:00
PrimitiveTypeInReturnConstraintWithUncheckedConversion.java
inference: when unchecked conversion was applied, resolve variables against raw substitutor
2016-08-17 13:53:02 +03:00
PrimitiveWrapperConditionInReturnConstraint.java
…
PullingErrorMessagesFromSubExpressionsToTheTopLevel.java
…
PullUncheckedWarningNotionThroughNestedCalls.java
…
PushErasedStateToArguments.java
…
RawTypeFromParent.java
…
RawTypeFromParentArrayType.java
…
RecursiveCallsWithNestedInference.java
…
ResolutionOrderForVariableCycles.java
bombed test for resolution with cycle
2016-06-29 16:18:27 +03:00
ReturnConstraintsWithCaptureIncorporationOfFreshVariables.java
…
ReturnStmt.java
…
SameMethodCalledWithDifferentArgsResultingInDependenciesBetweenSameTypeParams.java
…
SameMethodNestedChainedCallsNearFunctionInterfaces.java
…
SiteSubstitutionForReturnConstraint.java
…
SiteSubstitutionInExpressionConstraints.java
…
SOEDuringInferenceFromParamBounds.java
…
StaticInheritorsAmbiguity.java
…
StopAtStandaloneConditional.java
…
TargetTypeByAnonymousClass.java
…
TargetTypeByOverloadedMethod2.java
…
TargetTypeByOverloadedMethod.java
…
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
inference: don't erase types when target type is parameterized with unbounded wildcards only, in this case no unchecked warning would be generated and the types won't be affected by unchecked warning clause
2016-11-23 11:53:29 +01:00
UncheckedConversionWithRecursiveTypeParams.java
…
UncheckedWarningConvertingToInferenceVariable.java
…
UncheckedWarningDuringStrictSubtyping.java
…
VarargsOnNonPertinentPlace.java
…
VariableNamesOfNestedCalls.java
…