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-05-06 21:30:56 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fb6ba726e5a4a46436daa4b32e1036423b0f6c4b
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
completion
/
normal
History
peter
8d4406a15e
IDEA-165594 Auto completion adds unnecessary spaces before and after colon in case of method reference
2016-12-19 15:47:42 +01:00
..
AllCollectors_after.java
…
AllCollectors.java
…
CallBeforeLambda_after.java
IDEA-158267 Parameter completion overwrites the following lambda declaration ' () -> {}'
2016-07-27 12:15:56 +02:00
CallBeforeLambda.java
IDEA-158267 Parameter completion overwrites the following lambda declaration ' () -> {}'
2016-07-27 12:15:56 +02:00
CollectorsToList_after.java
…
CollectorsToList.java
…
CollectorsToSet_after.java
…
CollectorsToSet.java
…
FinishMethodReferenceWithColon_after.java
IDEA-165594 Auto completion adds unnecessary spaces before and after colon in case of method reference
2016-12-19 15:47:42 +01:00
FinishMethodReferenceWithColon.java
IDEA-165594 Auto completion adds unnecessary spaces before and after colon in case of method reference
2016-12-19 15:47:42 +01:00
InheritorConstructorRef.java
…
LambdaInAmbiguousCall.java
…
LambdaWithSuperWildcardInAmbiguousCall.java
…
NoCollectorsInComment.java
…
NoContinueInsideLambdaInLoop.java
…
NoExplicitTypeArgsInTernary_after.java
…
NoExplicitTypeArgsInTernary.java
…
NoSemicolonAfterVoidMethodInLambda_after.java
IDEA-161250 Semicolon added in the middle of code
2016-09-15 12:03:42 +02:00
NoSemicolonAfterVoidMethodInLambda.java
IDEA-161250 Semicolon added in the middle of code
2016-09-15 12:03:42 +02:00
SelfStaticsOnly.java
…
StaticallyImportedCollectorsToList_after.java
…
StaticallyImportedCollectorsToList.java
…
UnexpectedLambdaInAmbiguousCall.java
…