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
07a332598abfa5dcb3858884aed59a5462b00289
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
T
History
Anna.Kozlova
07a332598a
ensure additional constrains are collected based on ground functional type (IDEA-167277)
2017-02-01 19:12:26 +01:00
..
additionalConstraints
…
advHighlighting8
…
changeSignature
…
completion
/normal
prefer local variables over static method references in completion
2017-02-01 17:53:15 +01:00
constraints
…
diamond
…
exceptions
…
expressions
…
findUsages
…
functionalInterface
…
graphInference
new inference: check intersection type of upper bound to detect substitution (IDEA-165011)
2016-12-07 18:44:34 +01:00
highlighting
…
incomplete
…
inference
…
interfaceMethods
method hierarchy with generics methods: fix adapting substitutor (IDEA-165969)
2016-12-28 14:20:06 +01:00
methodRef
…
mostSpecific
…
newLambda
ensure additional constrains are collected based on ground functional type (IDEA-167277)
2017-02-01 19:12:26 +01:00
newMethodRef
checked exception compatibility constraint: don't substitute with inferred variables as types are already constructed based on substituted values, so avoid dbl substitution which leads to errors in case of references to the containing method (IDEA-166104)
2017-01-02 12:27:12 +01:00
overloadResolution
overload resolution: don't ignore method with incorrect number of parameters when it overrides vararg method (IDEA-165829)
2016-12-27 11:29:37 +01:00
params
…
performance
…
redundantCast
…
regression
…
resolve
…
wildcardParametrization
…