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-08-19 17:29:34 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ff879a617ea4efac6d24e40b7734f68a0d40f3f5
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
T
History
Anna Kozlova
088510d098
skip warnings for constructor refs with varargs (IDEA-174074)
2017-06-27 19:47:53 +03:00
..
additionalConstraints
…
advHighlighting8
…
changeSignature
…
completion
/normal
IDEA-165006 Support chained completion for method references in Java 8+
2017-06-05 19:20:02 +02:00
constraints
inference errors: make applicability error thread safe so multiple threads can perform overload resolution of parent method calls independently, save presentable error when substitutor cached only
2017-05-08 12:12:13 +03:00
diamond
static factory detection for top level method call (IDEA-172566)
2017-05-10 09:14:16 +03:00
exceptions
…
expressions
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
findUsages
…
functionalInterface
…
graphInference
testdata
2017-06-22 21:46:30 +03:00
highlighting
inference errors: make applicability error thread safe so multiple threads can perform overload resolution of parent method calls independently, save presentable error when substitutor cached only
2017-05-08 12:12:13 +03:00
incomplete
…
inference
…
interfaceMethods
apply unifying substitutor to compare return types (IDEA-174292)
2017-06-13 16:12:44 +03:00
methodRef
inference errors: make applicability error thread safe so multiple threads can perform overload resolution of parent method calls independently, save presentable error when substitutor cached only
2017-05-08 12:12:13 +03:00
mostSpecific
…
newLambda
testdata for IDEA-174924
2017-06-23 18:19:42 +03:00
newMethodRef
skip warnings for constructor refs with varargs (IDEA-174074)
2017-06-27 19:47:53 +03:00
overloadResolution
testdata for IDEA-158047
2017-05-10 20:35:34 +03:00
params
…
performance
…
redundantCast
redundant cast: ensure cast type compared with ground type (IDEA-174369)
2017-06-13 20:27:13 +03:00
regression
…
resolve
…
wildcardParametrization
…