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-16 08:11:35 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1da11d0a359a6b0d41bc79c3fe07da305e0b69bb
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
expressions
T
History
Anna.Kozlova
6112ab8bb8
inference: avoid side effects from lambda parameter types calculation
...
process lambda siblings (IDEA-175947)
2017-07-17 15:17:53 +02:00
..
AdditionalConstraintsBasedOnLambdaResolution.java
…
AdditionalConstraintsBasedOnLambdaResolutionForNestedLambdas.java
…
AvoidClassRefCachingDuringInference.java
…
CachedUnresolvedMethods.java
…
CacheUnresolvedMethods2.java
…
CacheUnresolvedMethods3.java
…
CacheUnresolvedMethods4.java
…
CacheUnresolvedMethods5.java
…
CachingOfResultsDuringCandidatesIteration.java
don't try to infer from top if overloaded flag is on (IDEA-156937)
2016-06-02 17:01:51 +03:00
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
…
LambdaParameterTypeSideEffects.java
inference: avoid side effects from lambda parameter types calculation
2017-07-17 15:17:53 +02:00
MethodOverloadsInsideLambdaHierarchy.java
…
NestedLambdaAdditionalConstraints.java
…
NonCachingFolding.java
…
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
…