This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-08-15 11:12:59 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
80ad8e9ebdfbd00866ba7a1b8a8574a1e810dd78
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
completion
/
normal
T
History
peter
80ad8e9ebd
IDEA-154276 Suggest method references to constructors of implementing classes when Supplier<AnAbstractClass> is expected
2016-05-02 08:58:57 +02:00
..
AllCollectors_after.java
…
AllCollectors.java
…
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
…
LambdaWithCapturedSuperWildcardInAmbiguousCall.java
support captured types in incomplete overloaded lambda completion (IDEA-155188)
2016-04-26 10:23:35 +02:00
LambdaWithSuperWildcardInAmbiguousCall.java
IDEA-155188 Lambda auto completion for incomplete overloaded method fails
2016-04-25 20:45:38 +02:00
NoCollectorsInComment.java
…
NoExplicitTypeArgsInTernary_after.java
…
NoExplicitTypeArgsInTernary.java
…
SelfStaticsOnly.java
…
UnexpectedLambdaInAmbiguousCall.java
…