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
2025-12-25 10:51:06 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
636bbda18fa2da0c868cf025ba67e063f6139abb
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
completion
/
normal
History
Peter Gromov
0cb5839b13
IDEA-246339 Do not suggest stream methods on method reference completion
...
GitOrigin-RevId: a72a1bda98f47056b893c31b1d0f894df3ced82a
2020-07-22 15:09:00 +00: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
…
NoStreamSuggestionsInMethodReference.java
IDEA-246339 Do not suggest stream methods on method reference completion
2020-07-22 15:09:00 +00:00
NoStreamSuggestionsOnBrokenCode.java
fix for EA-234762 - CCE: StreamConversion.generateStreamSuggestions (IDEA-CR-65315)
2020-07-22 15:08:59 +00:00
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
…