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-06-10 07:57:17 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b9a06d65b93c91c3c4b830ec308710dde8cac1b1
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
completion
/
normal
T
History
peter
d408fdc798
IDEA-161250 Semicolon added in the middle of code
2016-09-15 12:03:42 +02: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
…
InheritorConstructorRef.java
IDEA-154276 Suggest method references to constructors of implementing classes when Supplier<AnAbstractClass> is expected
2016-05-02 08:58:57 +02:00
LambdaInAmbiguousCall.java
…
LambdaWithSuperWildcardInAmbiguousCall.java
…
NoCollectorsInComment.java
…
NoContinueInsideLambdaInLoop.java
don't suggest break/continue inside lambda/anonymous inside a loop (IDEA-CR-10869)
2016-05-19 10:58:51 +02:00
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
IDEA-156379 Suggested "collect(Collectors.toList())" ignores static Collectors import
2016-05-24 15:21:50 +02:00
StaticallyImportedCollectorsToList.java
IDEA-156379 Suggested "collect(Collectors.toList())" ignores static Collectors import
2016-05-24 15:21:50 +02:00
UnexpectedLambdaInAmbiguousCall.java
…