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-24 11:26:03 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe3c8e1843e93eb934690d7f3b5cd38fef25ee47
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
completion
/
normal
T
History
peter
c71a1e7136
IDEA-158267 Parameter completion overwrites the following lambda declaration ' () -> {}'
2016-07-27 12:15:56 +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
IDEA-155188 Lambda auto completion for incomplete overloaded method fails
2016-04-25 20:45:38 +02:00
NoCollectorsInComment.java
no irrelevant java completion inside comments (IDEA-153683)
2016-04-04 16:42:04 +02:00
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
…
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
…