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 01:09:46 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
112cdd0579e15c8074fa0d31263fe6fa05b72849
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
completion
/
normal
History
Peter Gromov
112cdd0579
java completion: prefer method reference suggestions with exactly matching return type (IDEA-210581)
...
GitOrigin-RevId: 5522e5c103b72ea9d1a7c9ae860e504b6515b1da
2020-06-17 20:39:35 +03:00
..
AllCollectors_after.java
…
AllCollectors.java
…
CallBeforeLambda_after.java
…
CallBeforeLambda.java
…
ChainedMethodReference_after.java
…
ChainedMethodReference.java
…
ChainedMethodReferenceWithNoPrefix.java
…
CollectorsInsideCollect_after.java
…
CollectorsInsideCollect.java
…
CollectorsJoining_after.java
…
CollectorsJoining.java
…
CollectorsJoiningInsideCollect_after.java
…
CollectorsJoiningInsideCollect.java
…
CollectorsToList_after.java
…
CollectorsToList.java
…
CollectorsToSet_after.java
…
CollectorsToSet.java
…
FinishMethodReferenceWithColon_after.java
…
FinishMethodReferenceWithColon.java
…
InheritorConstructorRef.java
…
LambdaInAmbiguousCall.java
…
LambdaInAmbiguousConstructorCall_after.java
…
LambdaInAmbiguousConstructorCall.java
…
LambdaWithSuperWildcardInAmbiguousCall.java
…
NoCollectorsInComment.java
…
NoContinueInsideLambdaInLoop.java
…
NoExplicitTypeArgsInTernary_after.java
…
NoExplicitTypeArgsInTernary.java
…
NoSemicolonAfterVoidMethodInLambda_after.java
…
NoSemicolonAfterVoidMethodInLambda.java
…
OnlyAccessibleClassesInChainedMethodReference.java
…
OverrideMethodAsDefault_after.java
…
OverrideMethodAsDefault.java
…
PreferConstructorReferenceOfExpectedType.java
…
PreferLambdaToConstructorReference.java
…
PreferLambdaToRecentSelections.java
…
PreferLambdaToTooGenericLocalVariables.java
…
PreferLocalsOverMethodRefs.java
…
PreferQualifiedMethodReferenceOfExpectedType.java
java completion: prefer method reference suggestions with exactly matching return type (IDEA-210581)
2020-06-17 20:39:35 +03:00
PreferVariableToLambda.java
…
SelfStaticsOnly.java
…
StaticallyImportedCollectorsToList_after.java
…
StaticallyImportedCollectorsToList.java
…
StaticallyImportedFromInterface_after.java
…
StaticallyImportedFromInterface.java
…
StreamMethodsOnArray_after.java
…
StreamMethodsOnArray.java
…
StreamMethodsOnCollection_after.java
…
StreamMethodsOnCollection.java
…
SuggestOnlyAccessibleStreamMethod.java
Skip some invalid/meaningless
.stream().*
completion suggestions (IDEA-243790)
2020-06-17 19:18:12 +03:00
UnexpectedLambdaInAmbiguousCall.java
…