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-09 16:39:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b8d5b9ab09072cf83bf96146b9ce458b25f5111b
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
trivialFunctionalExpressionUsage
History
Anna.Kozlova
1a2b94105e
EA-78630 - CCE: TrivialFunctionalExpressionUsageInspection$ReplaceWithLambdaBodyFix.replaceWithLambdaBody
2016-04-22 17:02:00 +02:00
..
afterAnonymousClass.java
…
afterBlockLambda.java
…
afterExprLambda.java
…
afterMethodRef.java
…
afterPassArgs.java
trivial functional expressions usage: inline args if provided (IDEA-131090)
2016-01-12 16:23:25 +01:00
beforeAnonymousClass.java
…
beforeAnonymousClassWithMultipleReturns.java
…
beforeBlockLambda.java
…
beforeBlockLambdaInFieldDeclaration.java
…
beforeCodeBlockWithReturnInSwitch.java
EA-78630 - CCE: TrivialFunctionalExpressionUsageInspection$ReplaceWithLambdaBodyFix.replaceWithLambdaBody
2016-04-22 17:02:00 +02:00
beforeExprLambda.java
…
beforeMethodRef.java
…
beforePassArgs.java
trivial functional expressions usage: inline args if provided (IDEA-131090)
2016-01-12 16:23:25 +01:00
beforeUnresolvedMethodRef.java
…