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-16 08:39:59 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
25352dce0b5b3d4626d9ffe990ab249e54e1d3ad
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
T
History
Anna.Kozlova
25352dce0b
avoid checks over not applicable methods (IDEA-156196)
2016-05-19 16:47:28 +02:00
..
additionalConstraints
…
advHighlighting8
…
changeSignature
change signature: expand expr lambda to block lambda when exception should be caught; don't expand method ref to lambda when only unchecked exceptions were added (IDEA-152386)
2016-04-28 11:39:38 +02:00
completion
/normal
don't suggest break/continue inside lambda/anonymous inside a loop (IDEA-CR-10869)
2016-05-19 10:58:51 +02:00
constraints
…
diamond
diamonds: don't accept inferred types when error appeared during inference (IDEA-154619)
2016-04-21 18:39:23 +02:00
exceptions
…
expressions
clear diamond inference errors when overload resolution fails
2016-04-28 11:39:38 +02:00
findUsages
…
functionalInterface
…
graphInference
invocation type inference: don't create fresh variables for all type parameters but only for those where wildcards are used in return type (IDEA-155627; IDEA-151220; IDEA-151387)
2016-05-06 18:00:16 +02:00
highlighting
…
incomplete
…
inference
…
interfaceMethods
…
methodRef
…
mostSpecific
…
newLambda
avoid checks over not applicable methods (IDEA-156196)
2016-05-19 16:47:28 +02:00
newMethodRef
…
overloadResolution
…
params
…
performance
…
redundantCast
redundant cast: ensure cast is not removed if operand changes it's type
2016-04-29 14:41:28 +02:00
regression
…
resolve
…
wildcardParametrization
…