This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-01-03 15:50:52 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bffca304b9caa2c70779a7e3463f2673281507ae
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
completion
/
normal
History
peter
dd920e884e
completion: place functional expressions after variables of expected type (IDEA-174428, IDEA-178600)
2017-09-15 22:04:11 +02:00
..
AllCollectors_after.java
…
AllCollectors.java
…
CallBeforeLambda_after.java
…
CallBeforeLambda.java
…
ChainedMethodReference_after.java
IDEA-165006 Support chained completion for method references in Java 8+
2017-06-05 19:20:02 +02:00
ChainedMethodReference.java
IDEA-165006 Support chained completion for method references in Java 8+
2017-06-05 19:20:02 +02:00
CollectorsToList_after.java
…
CollectorsToList.java
…
CollectorsToSet_after.java
…
CollectorsToSet.java
…
FinishMethodReferenceWithColon_after.java
…
FinishMethodReferenceWithColon.java
…
InheritorConstructorRef.java
…
LambdaInAmbiguousCall.java
…
LambdaWithSuperWildcardInAmbiguousCall.java
…
NoCollectorsInComment.java
…
NoContinueInsideLambdaInLoop.java
…
NoExplicitTypeArgsInTernary_after.java
…
NoExplicitTypeArgsInTernary.java
…
NoSemicolonAfterVoidMethodInLambda_after.java
…
NoSemicolonAfterVoidMethodInLambda.java
…
OverrideMethodAsDefault_after.java
IDEA-172186 Autocomplete for interface method does not work if prefixed with 'default' keyword
2017-05-03 16:55:49 +02:00
OverrideMethodAsDefault.java
IDEA-172186 Autocomplete for interface method does not work if prefixed with 'default' keyword
2017-05-03 16:55:49 +02:00
PreferLocalsOverMethodRefs.java
…
PreferVariableToLambda.java
completion: place functional expressions after variables of expected type (IDEA-174428, IDEA-178600)
2017-09-15 22:04:11 +02:00
SelfStaticsOnly.java
…
StaticallyImportedCollectorsToList_after.java
…
StaticallyImportedCollectorsToList.java
…
StaticallyImportedFromInterface_after.java
IDEA-167777 Code completion (ctrl+space) ignores static imports from interfaces.
2017-02-08 18:49:11 +01:00
StaticallyImportedFromInterface.java
IDEA-167777 Code completion (ctrl+space) ignores static imports from interfaces.
2017-02-08 18:49:11 +01:00
UnexpectedLambdaInAmbiguousCall.java
…