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-15 11:12:59 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fb98413e84f4d1229c02c8054ac53cd8e9fa76ec
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
T
History
anna
fb98413e84
testdata fixed
2013-11-04 16:16:28 +01:00
..
completion
/normal
static interface methods completion: forbid on instance members, inheritors (IDEA-107794)
2013-05-30 15:46:54 +04:00
diamond
…
exceptions
new inference: overload resolution for SAM return type for implicit lambda should be ignored
2013-09-25 16:12:44 +02:00
functionalInterface
…
graphInference
new inference: default constructor as poly expression argument
2013-09-20 20:36:37 +04:00
highlighting
testdata fixed
2013-11-04 16:16:28 +01:00
inference
new inference: overload resolution for SAM return type for implicit lambda should be ignored
2013-09-25 16:12:44 +02:00
interfaceMethods
IDEA-115789 an interface inheriting a default method and an abstract method
2013-11-04 16:16:28 +01:00
methodRef
inference: do not check return type during inference; separate highlighting check
2013-10-08 17:13:33 +02:00
params
new inference: overload resolution for SAM return type for implicit lambda should be ignored
2013-09-25 16:12:44 +02:00
redundantCast
…