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
a1601f1d22fc4955023a91ebdf805e130e753e79
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
T
History
Anna Kozlova
a1601f1d22
deoptimize so overriding methods from object marked as abstract won't get lost (IDEA-143141)
2015-08-18 12:34:42 +02:00
..
additionalConstraints
…
advHighlighting8
…
changeSignature
…
completion
/normal
IDEA-140728 Suggest to automatically fill parameter of Stream#collect() method calls with standard Collectors instances
2015-07-03 18:25:08 +02:00
constraints
…
diamond
…
exceptions
…
expressions
new inference: collect during inference substitutor from inference variables and replace them with type parameters at the very end, excluding foreign variables so e.g. no essential dependency would get overridden by type parameter from sibling call (IDEA-140387)
2015-06-03 22:26:28 +02:00
findUsages
…
functionalInterface
…
graphInference
testdata for IDEA-143390
2015-08-12 08:14:31 -07:00
highlighting
Cleanup (i18n; text corrected)
2015-07-20 12:06:25 +03:00
incomplete
…
inference
…
interfaceMethods
A.super.field should not accept super interface (IDEA-140646)
2015-07-07 18:18:30 +03:00
methodRef
new inference: collect during inference substitutor from inference variables and replace them with type parameters at the very end, excluding foreign variables so e.g. no essential dependency would get overridden by type parameter from sibling call (IDEA-140387)
2015-06-03 22:26:28 +02:00
mostSpecific
lambda: highlight containing method ambiguity on method name: this avoids lots of lines of lambda body to be highlighted and it would show errors even if lambda body contains errors actually caused by the ambiguity on the parent level (IDEA-141580)
2015-06-18 17:54:23 +03:00
newLambda
error for not accessible types mentioned by inferred functional type (IDEA-143417)
2015-08-18 12:34:31 +02:00
newMethodRef
method references on lambda parameters for incomplete code (EA-66008 - assert: InferenceSession.collectApplicabilityConstraints)
2015-07-22 12:34:09 +02:00
overloadResolution
deoptimize so overriding methods from object marked as abstract won't get lost (IDEA-143141)
2015-08-18 12:34:42 +02:00
params
lambda: highlight containing method ambiguity on method name: this avoids lots of lines of lambda body to be highlighted and it would show errors even if lambda body contains errors actually caused by the ambiguity on the parent level (IDEA-141580)
2015-06-18 17:54:23 +03:00
redundantCast
…
regression
…
resolve
…
wildcardParametrization
…