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-04-17 20:11:25 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9a7d951e1e34a7abee4ef935f0c947566544b59f
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
expressions
History
Anna Kozlova
9a7d951e1e
new inference: caching resolve result during getTargetType inference (IDEA-142733; IDEA-140035; IDEA-133385)
2015-09-02 17:04:29 +03:00
..
AvoidClassRefCachingDuringInference.java
new inference: assert that no resolve is performed on the "inference-in-progress" reference
2015-04-30 09:47:12 +02:00
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
IDEA140035.java
testdata for IDEA-140035
2015-08-19 12:34:39 +02:00
InfinitiveParameterBoundsCheck.java
new inference: collect during inference substitutor from inference variables and replace them with type parameters at the very end, excluding foreign variables so e.g. no essential dependency would get overridden by type parameter from sibling call (IDEA-140387)
2015-06-03 22:26:28 +02:00
NestedLambdaAdditionalConstraints.java
…
SecondConflictResolutionOnSameMethodCall.java
…