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-07-29 17:27:00 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f85b52691fc62bc23d13b6f084db50154b77f699
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
graphInference
T
History
Anna.Kozlova
4290a37a08
new inference: check intersection type of upper bound to detect substitution (IDEA-165011)
2016-12-07 18:44:34 +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
…
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
…
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
…
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
…
OuterMethodCallOnRawType.java
…
OverloadChooserOfReturnType.java
…
PartialRawSubstitutionToAvoidInferringObjectsWhenRawExpected.java
…
PolyConditionalExpressionWithTargetPrimitive.java
…
PolyMethodCallOnLeftSideOfAssignment.java
…
PostponeUnresolvedVariables.java
…
PrimitiveTypeInReturnConstraintWithUncheckedConversion.java
…
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
…
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
…