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-05-06 05:10:22 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
006b9b1742afd2ba558cc23ac0d06ea2c2dd72dc
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
trivialFunctionalExpressionUsage
History
yarik
ced545552a
[java formatter] c style comments formatting supported. Note, only single line comments or comments with each line starting with asterisks will be formatted, since by using /* and */ you
2017-06-20 14:48:26 +03:00
..
afterAnonymousClass.java
…
afterBlockLambda.java
…
afterBlockLambdaComments.java
[java formatter] c style comments formatting supported. Note, only single line comments or comments with each line starting with asterisks will be formatted, since by using /* and */ you
2017-06-20 14:48:26 +03:00
afterBlockLambdaExpressionStatement.java
…
afterBlockLambdaInLambda.java
…
afterBlockLambdaNoSurroundingBlock.java
…
afterExprLambda.java
…
afterExprLambdaComments.java
[java formatter] c style comments formatting supported. Note, only single line comments or comments with each line starting with asterisks will be formatted, since by using /* and */ you
2017-06-20 14:48:26 +03:00
afterExprLambdaCommentsUsedArg.java
[java formatter] c style comments formatting supported. Note, only single line comments or comments with each line starting with asterisks will be formatted, since by using /* and */ you
2017-06-20 14:48:26 +03:00
afterMethodRef.java
…
afterPassArgs.java
…
beforeAnonymousClass.java
…
beforeAnonymousClassWithMultipleReturns.java
…
beforeBlockLambda.java
…
beforeBlockLambdaComments.java
…
beforeBlockLambdaExpressionStatement.java
…
beforeBlockLambdaForInit.java
TrivialFunctionalExpressionUsageInspection: disable for multi-statement lambda in "for" init/update
2017-05-29 12:19:05 +07:00
beforeBlockLambdaForUpdate.java
TrivialFunctionalExpressionUsageInspection: disable for multi-statement lambda in "for" init/update
2017-05-29 12:19:05 +07:00
beforeBlockLambdaInFieldDeclaration.java
…
beforeBlockLambdaInLambda.java
…
beforeBlockLambdaNoSurroundingBlock.java
…
beforeBlockLambdaThrow.java
…
beforeBlockLambdaWhileStatement.java
…
beforeBlockLambdaWithReturnInside.java
…
beforeCodeBlockWithReturnInSwitch.java
…
beforeExprLambda.java
…
beforeExprLambdaComments.java
…
beforeExprLambdaCommentsUsedArg.java
…
beforeMethodRef.java
…
beforePassArgs.java
…
beforeUnresolvedMethodRef.java
…