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-10 18:09:38 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
15020a138d163f1da5954a519bfdec4c0a3cbdf7
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
completion
/
normal
History
peter
9ad8c63df4
java completion: lambda items should be higher than recently selected items (IDEA-183824)
2017-12-15 20:12:49 +01: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
PreferLambdaToConstructorReference.java
java completion: prefer lambdas over method references (IDEA-181662)
2017-11-07 21:51:31 +01:00
PreferLambdaToRecentSelections.java
java completion: lambda items should be higher than recently selected items (IDEA-183824)
2017-12-15 20:12:49 +01:00
PreferLambdaToTooGenericLocalVariables.java
move completion suggestions before lambda only when they really match specific expected type (IDEA-183592)
2017-12-12 17:55:37 +01: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
…
StaticallyImportedFromInterface.java
…
UnexpectedLambdaInAmbiguousCall.java
…