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
b5229e305b22c661bc2a7ecac22d8a04faeb1e8a
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
graphInference
T
History
Anna Kozlova
b5229e305b
testdata to fix
2014-08-21 18:14:27 +04:00
..
AfterAbstractPipeline.java
…
ArrayPassedToVarargsMethod.java
…
CapturedReturnTypes.java
…
ChainedInference1.java
…
ChainedInference.java
…
ChainedInferenceTypeParamsOrderIndependent.java
…
ClsCapturedReturnTypes.java
…
ConditionalExpressionsInference.java
…
CyclicParamsDependency.java
testdata to fix
2014-08-21 18:14:27 +04:00
DeepCallsChain.java
…
DefaultConstructorAsArgument.java
…
DiamondsUsedToDetectArgumentType.java
…
ErasedByReturnConstraint.java
…
GrandParentTypeParams.java
…
IDEA98866.java
…
IDEA104429.java
…
IDEA121055.java
…
IDEA127928.java
new inference: ignore additional constraints when performed for overload resolution (IDEA-127928)
2014-08-06 17:55:46 +02:00
IDEA128101.java
new inference: fresh variables
2014-08-21 18:14:27 +04:00
IDEA128174.java
overload resolution: force substitutor calculation (IDEA-128174)
2014-08-05 11:59:02 +02:00
IncompleteSubstitution.java
…
IncorporationWithEqualsBoundsSubstitution.java
…
InferenceForFirstArg.java
…
InferenceFromNotEqualTypeParamsBounds.java
…
InferenceFromSiblings.java
…
InferenceFromTypeParamsBounds.java
…
InferFromConditionalExpressionCondition.java
new inference: missed condition in conditional expression (IDEA-127752)
2014-07-23 19:19:12 +02:00
InferFromTypeArgs.java
…
JDK8028774.java
…
LiftedCaptureToOuterCall.java
…
MostSpecificVarargsCase.java
…
NestedCalls1.java
…
NestedCalls.java
…
NestedCallsSameMethod.java
…
OuterCallConflictResolution.java
…
OuterCallOverloads.java
new inference: restore cache after use
2014-08-06 17:55:44 +02:00
OverloadChooserOfReturnType.java
…
PrimitiveWrapperConditionInReturnConstraint.java
new inference: check also variable instantiation for primitive wrappers (IDEA-127752)
2014-07-23 19:19:13 +02:00
RawTypeFromParent.java
revert new inference: mark erased for type params/raw types compatibility (IDEA-126379)
2014-06-19 18:21:44 +02:00
RawTypeFromParentArrayType.java
revert new inference: mark erased for type params/raw types compatibility (IDEA-126379)
2014-06-19 18:21:44 +02:00
ReturnStmt.java
…
SiteSubstitutionForReturnConstraint.java
…
SOEDuringInferenceFromParamBounds.java
…
StaticInheritorsAmbiguity.java
…
TargetTypeByAnonymousClass.java
…
TargetTypeByOverloadedMethod2.java
…
TargetTypeByOverloadedMethod.java
…
VarargsOnNonPertinentPlace.java
…