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-07-29 21:26:20 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
97353e5f342dc29f63820d71510ceddd683af340
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
expressions
T
History
Anna.Kozlova
c35fa1891b
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
..
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
DontCollectUnhandledReferencesInsideLambdaBody.java
…
IDEA140035.java
…
InfinitiveParameterBoundsCheck.java
…
MethodOverloadsInsideLambdaHierarchy.java
…
NestedLambdaAdditionalConstraints.java
…
NonCachingFolding.java
don't cache substitutors during processing of all candidates (blinking red code)
2016-04-05 21:03:27 +02: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
…