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-06-14 22:41:58 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
83b4e7e39b2f29f81806e19ebe127aaf11f1e044
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
expressions
T
History
Anna Kozlova
952a9be315
additional testdata for nested lambda inference
2015-11-24 20:00:29 +01:00
..
AdditionalConstraintsBasedOnLambdaResolution.java
new inference: collect additional constraints from lambda return expressions when lambda parameters are already fixed; process constraints without input variables before others, so their 'return' expressions could influence next rounds; testdata (IDEA-144596)
2015-09-03 17:22:22 +03:00
AdditionalConstraintsBasedOnLambdaResolutionForNestedLambdas.java
testdata for IDEA-144386
2015-09-03 17:22:25 +03:00
AvoidClassRefCachingDuringInference.java
…
CachedUnresolvedMethods.java
new inference: caching resolve result during getTargetType inference (IDEA-142733; IDEA-140035; IDEA-133385)
2015-09-02 17:04:29 +03:00
CacheUnresolvedMethods2.java
new inference: caching resolve result during getTargetType inference (IDEA-142733; IDEA-140035; IDEA-133385)
2015-09-02 17:04:29 +03:00
CacheUnresolvedMethods3.java
new inference: collect additional constraints from lambda return expressions when lambda parameters are already fixed; process constraints without input variables before others, so their 'return' expressions could influence next rounds; testdata (IDEA-144596)
2015-09-03 17:22:22 +03:00
DontCollectUnhandledReferencesInsideLambdaBody.java
recursive getLambdaParameterType problem: don't check nested lambda body for unchecked exceptions, that's impossible anyway (IDEA-146161)
2015-10-09 17:17:09 +02:00
IDEA140035.java
testdata for IDEA-140035
2015-08-19 12:34:39 +02:00
InfinitiveParameterBoundsCheck.java
…
MethodOverloadsInsideLambdaHierarchy.java
additional testdata for nested lambda inference
2015-11-24 20:00:29 +01:00
NestedLambdaAdditionalConstraints.java
…
ProoveThatInferenceInsideLambdaBodyDontInfluenceOuterCallInference.java
new inference: don't clear foreign caches - remove only expressions which were added
2015-10-02 20:32:07 +02:00
SecondConflictResolutionOnSameMethodCall.java
…