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-05-05 12:50:18 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6731485cb80caa6c3757c728ba3e6cd8c3351e32
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
graphInference
History
Anna Kozlova
fb0495e4a4
nested conditional expressions: don't require nested to be poly if outer is not
2015-05-13 11:41:23 +02: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
…
DisjunctionTypeEquality.java
disjunction type equals/hashCode, essential for new inference (IDEA-140150)
2015-05-12 11:39:47 +02:00
ErasedByReturnConstraint.java
…
FreshVariablesCreatedDuringResolveDependingOnAlreadyResolvedVariables.java
…
GrandParentTypeParams.java
…
IDEA98866.java
…
IDEA104429.java
…
IDEA121055.java
…
IDEA126163.java
…
IDEA127928.java
…
IDEA128101.java
overload resolution: reject java 8 varargs methods when they are checked by fixed arity and number of parameters doesn't match
2015-04-24 20:33:40 +02:00
IDEA128174.java
…
IDEA128766.java
…
IDEA130547.java
…
IDEA130549.java
…
IDEA132725.java
…
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
…
NestedConditionalExpressions.java
nested conditional expressions: don't require nested to be poly if outer is not
2015-05-13 11:41:23 +02:00
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
…
SOEDuringInferenceFromParamBounds.java
new inference:
2015-02-19 18:07:54 +01:00
StaticInheritorsAmbiguity.java
…
TargetTypeByAnonymousClass.java
…
TargetTypeByOverloadedMethod2.java
…
TargetTypeByOverloadedMethod.java
…
UncheckedConversionWithRecursiveTypeParams.java
…
VarargsOnNonPertinentPlace.java
…