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-25 10:51:25 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f1449434122938786dbcc50781c13c76478ddec0
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
T
History
Anna Kozlova
f144943412
applicability constraints by method reference (IDEA-122018)
2014-04-30 12:45:52 +04:00
..
advHighlighting
warn about underscore identifier
2014-04-22 20:02:28 +02:00
changeSignature
functional expressions: allow to delete/change signature of default methods of functional interfaces
2014-04-08 12:18:32 +02:00
completion
/normal
…
constraints
…
diamond
…
exceptions
…
findUsages
java 8: anonymous class fields could be available later in next lambdas (IDEA-123731)
2014-04-09 19:27:16 +02:00
functionalInterface
…
graphInference
…
highlighting
lambda: do not skip generic method when non-generic method exist in the same class
2014-04-22 20:02:52 +02:00
incomplete
NPE
2014-04-22 20:02:51 +02:00
inference
…
interfaceMethods
IDEA-123839: abstract&default combination
2014-04-11 17:06:07 +02:00
methodRef
testdata: ensure method ref qualified are checked over static problems
2014-04-22 20:02:41 +02:00
mostSpecific
method refs: is exact should check super methods for this/super qualifiers only (IDEA-124507)
2014-04-28 15:12:44 +02:00
newLambda
testdata: ensure intersection type is not missed during inference
2014-04-22 20:02:47 +02:00
newMethodRef
applicability constraints by method reference (IDEA-122018)
2014-04-30 12:45:52 +04:00
params
…
redundantCast
…
resolve
new inference: use available in stack methods, do not cache if this info was used (IDEA-122406)
2014-03-26 18:54:41 +01:00
wildcardParametrization
…