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
f139c4cef4bc34330885fe96b991a8776b35c3ab
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
T
History
Anna.Kozlova
f139c4cef4
new inference: check provided lower bounds on type parameters, in case of fresh variables they declare the type hierarchy and otherwise constrains won't agree (IDEA-153642)
2016-03-29 16:51:50 +02:00
..
additionalConstraints
…
advHighlighting8
…
changeSignature
…
completion
/normal
a test for EA-78631 - IAE: LightVariableBuilder.<init> (IDEA-CR-8189)
2016-02-26 15:19:04 +01:00
constraints
new inference: avoid inferring partly raw types (in case of unchecked conversion resolve to eq/low bound or null if only upper is present) as these types won't be treated as wildcard parameterized ever (IDEA-150167)
2016-03-24 11:48:06 +01:00
diamond
…
exceptions
…
expressions
inference: skip lambda content and all its dependants when lambda type parameter type is calculated
2016-03-03 11:39:53 +01:00
findUsages
…
functionalInterface
…
graphInference
highlight invalid method call: search for most probable argument-cause (IDEA-151202)
2016-03-24 15:58:41 +01:00
highlighting
…
incomplete
…
inference
…
interfaceMethods
process override equivalent methods when check for functional interface target (IDEA-153324)
2016-03-21 14:14:26 +01:00
methodRef
…
mostSpecific
…
newLambda
highlight invalid method call: search for most probable argument-cause (IDEA-151202)
2016-03-24 15:58:41 +01:00
newMethodRef
new inference: check provided lower bounds on type parameters, in case of fresh variables they declare the type hierarchy and otherwise constrains won't agree (IDEA-153642)
2016-03-29 16:51:50 +02:00
overloadResolution
new inference: avoid inferring partly raw types (in case of unchecked conversion resolve to eq/low bound or null if only upper is present) as these types won't be treated as wildcard parameterized ever (IDEA-150167)
2016-03-24 11:48:06 +01:00
params
…
performance
…
redundantCast
testdata for IDEA-150754
2016-03-18 15:50:22 +01:00
regression
…
resolve
…
wildcardParametrization
…