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-04 08:51:02 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f6c7d533dd616d01004b87fbbd36f9b09db668e9
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
expressions
History
Anna Kozlova
51bcfcecf9
inference: don't traverse up through lambda bounds when parent inference was already started, in this case it's exception inference which should work without top level node (EA-83073 - assert: LambdaUtil.treeWalkUp; IDEA-173467)
2017-05-26 13:36:45 +03:00
..
AdditionalConstraintsBasedOnLambdaResolution.java
…
AdditionalConstraintsBasedOnLambdaResolutionForNestedLambdas.java
…
AvoidClassRefCachingDuringInference.java
…
CachedUnresolvedMethods.java
…
CacheUnresolvedMethods2.java
…
CacheUnresolvedMethods3.java
…
CacheUnresolvedMethods4.java
…
CacheUnresolvedMethods5.java
…
CachingOfResultsDuringCandidatesIteration.java
…
CheckedExceptionConstraintToTopLevel.java
inference: don't traverse up through lambda bounds when parent inference was already started, in this case it's exception inference which should work without top level node (EA-83073 - assert: LambdaUtil.treeWalkUp; IDEA-173467)
2017-05-26 13:36:45 +03:00
DontCollectUnhandledReferencesInsideLambdaBody.java
…
IDEA140035.java
…
InfinitiveParameterBoundsCheck.java
…
MethodOverloadsInsideLambdaHierarchy.java
…
NestedLambdaAdditionalConstraints.java
…
NonCachingFolding.java
…
ObjectOverloadsWithDiamondsOverMultipleConstructors.java
…
OverloadResolutionInsideLambdaInsideNestedCall.java
…
ProoveThatInferenceInsideLambdaBodyDontInfluenceOuterCallInference.java
…
RejectCachedTopLevelSessionIfItCorrespondsToTheWrongOverload.java
…
SecondConflictResolutionOnSameMethodCall.java
…