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-06-15 02:56:20 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
511a356788b49ee5f609ec92a9c43d30d85d9e30
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
graphInference
T
History
Anna Kozlova
3f27bb4d63
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
..
AfterAbstractPipeline.java
…
ArrayPassedToVarargsMethod.java
…
CallToGenericMethodsOfNonGenericClassInsideRawInheritor.java
…
CapturedReturnTypes.java
…
ChainedInference1.java
…
ChainedInference.java
…
ChainedInferenceTypeParamsOrderIndependent.java
…
ClsCapturedReturnTypes.java
…
ConditionalExpressionsInference.java
…
CyclicParamsDependency.java
…
DeepCallsChain.java
…
DefaultConstructorAsArgument.java
…
DiamondsUsedToDetectArgumentType.java
…
ErasedByReturnConstraint.java
…
FreshVariablesCreatedDuringResolveDependingOnAlreadyResolvedVariables.java
…
GrandParentTypeParams.java
…
IDEA98866.java
…
IDEA104429.java
…
IDEA121055.java
…
IDEA126163.java
…
IDEA127928.java
…
IDEA128101.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
IDEA128174.java
…
IDEA128766.java
…
IDEA130547.java
testdata for IDEA-130547
2014-09-30 19:18:49 +02:00
IDEA130549.java
…
IDEA132725.java
testdata for IDEA-132725
2014-11-12 19:37:58 +01:00
IDEA134277.java
testdata for IDEA-134277
2015-02-20 22:12:23 +01:00
IncompatibleBoundsFromAssignment.java
…
IncompleteSubstitution.java
…
IncorporationWithEqualsBoundsSubstitution.java
…
InferenceForFirstArg.java
…
InferenceFromNotEqualTypeParamsBounds.java
…
InferenceFromSiblings.java
…
InferenceFromTypeParamsBounds.java
…
InferFromConditionalExpressionCondition.java
…
InferFromTypeArgs.java
…
InfiniteTypes.java
…
JDK8028774.java
…
LiftedCaptureToOuterCall.java
…
MostSpecificVarargsCase.java
…
NestedCalls1.java
…
NestedCalls.java
…
NestedCallsSameMethod.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
…
OverloadChooserOfReturnType.java
…
PrimitiveWrapperConditionInReturnConstraint.java
…
RawTypeFromParent.java
…
RawTypeFromParentArrayType.java
…
ReturnStmt.java
…
SameMethodCalledWithDifferentArgsResultingInDependenciesBetweenSameTypeParams.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
SameMethodNestedChainedCallsNearFunctionInterfaces.java
…
SiteSubstitutionForReturnConstraint.java
…
SiteSubstitutionInExpressionConstraints.java
new inference: use site substitution inside one level of inference only so calls with different site substitutions are possible in one expression (IDEA-131723; IDEA-131562)
2014-10-24 18:36:20 +02:00
SOEDuringInferenceFromParamBounds.java
new inference:
2015-02-19 18:07:54 +01:00
StaticInheritorsAmbiguity.java
…
TargetTypeByAnonymousClass.java
…
TargetTypeByOverloadedMethod2.java
…
TargetTypeByOverloadedMethod.java
…
UncheckedConversionWithRecursiveTypeParams.java
new inference: unchecked conversion detection in case of inference variables (IDEA-122932)
2014-10-31 13:24:40 +01:00
VarargsOnNonPertinentPlace.java
…