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-19 01:09:52 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b55527aba35353d346a9aa54949ffc8b3ad73c99
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
graphInference
T
History
Anna Kozlova
d8b3e5c7fd
new inference: captures should stay closed inside nested calls
2014-02-28 20:07:08 +01:00
..
AfterAbstractPipeline.java
…
ArrayPassedToVarargsMethod.java
new inference: do not accept varargs when array is passed there
2014-02-20 20:27:39 +01:00
CapturedReturnTypes.java
…
ChainedInference1.java
…
ChainedInference.java
…
ChainedInferenceTypeParamsOrderIndependent.java
…
ClsCapturedReturnTypes.java
…
ConditionalExpressionsInference.java
…
DeepCallsChain.java
…
DefaultConstructorAsArgument.java
…
DiamondsUsedToDetectArgumentType.java
…
ErasedByReturnConstraint.java
…
GrandParentTypeParams.java
…
IDEA98866.java
…
IDEA104429.java
…
IDEA121055.java
testdata for IDEA-121055
2014-02-20 22:40:14 +01:00
IncompleteSubstitution.java
…
InferenceForFirstArg.java
…
InferenceFromNotEqualTypeParamsBounds.java
…
InferenceFromSiblings.java
…
InferenceFromTypeParamsBounds.java
…
InferFromTypeArgs.java
…
JDK8028774.java
…
LiftedCaptureToOuterCall.java
new inference: captures should stay closed inside nested calls
2014-02-28 20:07:08 +01:00
MostSpecificVarargsCase.java
new inference: most specifics, varargs case
2014-02-25 14:17:44 +01:00
NestedCalls1.java
testdata
2014-02-24 18:59:43 +01:00
NestedCalls.java
…
NestedCallsSameMethod.java
new inference: temp solution to exclude inference results from nested call of the same method on the outer level
2014-02-27 18:32:41 +01:00
OverloadChooserOfReturnType.java
…
ReturnStmt.java
…
SOEDuringInferenceFromParamBounds.java
…
StaticInheritorsAmbiguity.java
more specific inference: do not compare functional types if both methods were generic
2014-02-20 22:40:17 +01:00
TargetTypeByAnonymousClass.java
new inference: address anonymous classes (IDEA-121063)
2014-02-20 22:40:15 +01:00
TargetTypeByOverloadedMethod2.java
…
TargetTypeByOverloadedMethod.java
…