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-25 00:29:34 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c3a806c92d6daadd9a9277c868271ca4c2553511
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
graphInference
T
History
Anna Kozlova
10760d9bbf
new inference: process varargs as separate method candidate/separate phase
...
(cherry picked from commit fdd6f66268d29bb996a103f69180851b92947d21)
2014-03-12 10:15:03 +01:00
..
AfterAbstractPipeline.java
…
ArrayPassedToVarargsMethod.java
…
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
…
IncompleteSubstitution.java
…
IncorporationWithEqualsBoundsSubstitution.java
new inference: use equals bounds during incorporation
2014-03-06 10:15:25 +01:00
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
OuterCallConflictResolution.java
new inference: cache substitutor for outer call conflict resolution
2014-03-07 18:02:48 +01:00
OverloadChooserOfReturnType.java
…
ReturnStmt.java
…
SiteSubstitutionForReturnConstraint.java
new inference: use site substitutor during return constraints processing (red code in Collectors)
2014-03-03 20:20:57 +01:00
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
…
TargetTypeByOverloadedMethod2.java
…
TargetTypeByOverloadedMethod.java
…
VarargsOnNonPertinentPlace.java
new inference: process varargs as separate method candidate/separate phase
2014-03-12 10:15:03 +01:00