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-04-05 14:11:26 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b8dc92e38385a0c9e6b787aa254eb3ba60a27acd
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
completion
/
normal
History
Peter Gromov
b8dc92e383
fix for EA-234762 - CCE: StreamConversion.generateStreamSuggestions (IDEA-CR-65315)
...
GitOrigin-RevId: 7c04c7efa0523bfeeb7fa2932ec7e9535ca23425
2020-07-22 15:08:59 +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
…
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
…