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-01-07 05:09:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fbf500d2d4f616edd250413a89a1426ef8aa6bc9
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
expressions
History
Anna Kozlova
a330f9c2f7
inference: treeWalkUp if overload is done under current argumentList caused by lambda parameter type inference (IDEA-157676)
2016-06-22 15:24:15 +03:00
..
AdditionalConstraintsBasedOnLambdaResolution.java
…
AdditionalConstraintsBasedOnLambdaResolutionForNestedLambdas.java
…
AvoidClassRefCachingDuringInference.java
…
CachedUnresolvedMethods.java
…
CacheUnresolvedMethods2.java
…
CacheUnresolvedMethods3.java
…
CacheUnresolvedMethods4.java
inference: skip lambda content and all its dependants when lambda type parameter type is calculated
2016-03-03 11:39:53 +01:00
CacheUnresolvedMethods5.java
inference: skip lambda content and all its dependants when lambda type parameter type is calculated
2016-03-03 11:39:53 +01:00
CachingOfResultsDuringCandidatesIteration.java
don't try to infer from top if overloaded flag is on (IDEA-156937)
2016-06-02 17:01:51 +03:00
DontCollectUnhandledReferencesInsideLambdaBody.java
…
IDEA140035.java
…
InfinitiveParameterBoundsCheck.java
…
MethodOverloadsInsideLambdaHierarchy.java
additional testdata for nested lambda inference
2015-11-24 20:00:29 +01:00
NestedLambdaAdditionalConstraints.java
…
NonCachingFolding.java
don't cache substitutors during processing of all candidates (blinking red code)
2016-04-05 21:03:27 +02:00
ObjectOverloadsWithDiamondsOverMultipleConstructors.java
clear diamond inference errors when overload resolution fails
2016-04-28 11:39:38 +02:00
OverloadResolutionInsideLambdaInsideNestedCall.java
inference: treeWalkUp if overload is done under current argumentList caused by lambda parameter type inference (IDEA-157676)
2016-06-22 15:24:15 +03:00
ProoveThatInferenceInsideLambdaBodyDontInfluenceOuterCallInference.java
…
RejectCachedTopLevelSessionIfItCorrespondsToTheWrongOverload.java
if client iterates through candidates of call resolve results and start inference for one of them, then cached top level session should be rejected if it corresponds to another candidate
2016-04-06 12:51:57 +02:00
SecondConflictResolutionOnSameMethodCall.java
…