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-09-09 20:42:52 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0da9f91eecdd7e63c8969f3bbdde336278412c14
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
T
History
Anna Kozlova
0da9f91eec
testdata: ensure overload resolution prefer correct one from methods with boxed types
2014-04-22 20:02:49 +02: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
testdata
2014-04-22 20:02:40 +02:00
incomplete
NPE
2014-04-22 20:02:48 +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
testdata: ensure overload resolution prefer correct one from methods with boxed types
2014-04-22 20:02:49 +02:00
newLambda
testdata: ensure intersection type is not missed during inference
2014-04-22 20:02:47 +02:00
newMethodRef
method refs: do not loose information about type arguments given by ReferenceType in receiver
2014-04-11 17:06:02 +02: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
…