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-11 20:07:01 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1fc76eb779499ecd339f87a1c7235e491040b595
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
moveFieldAssignmentToInitializer
History
Tagir Valeev
cb4f3f1a89
IDEA-182526 Move assignment to field declaration swallows comments
2017-11-24 11:17:26 +07:00
..
after1.java
…
after2.java
IDEA-182526 Move assignment to field declaration swallows comments
2017-11-24 11:17:26 +07:00
after3.java
…
after4.java
…
after5.java
…
afterAnotherFIeldReferenced.java
…
afterCBrackets.java
…
afterCommentAfter.java
IDEA-182526 Move assignment to field declaration swallows comments
2017-11-24 11:17:26 +07:00
afterMethodCallBeforeInitializer.java
…
afterNonGetterMethodCalled.java
MoveFieldAssignmentToInitializerInspection: allow unknown methods
2017-10-09 16:38:56 +07:00
afterParenthesized2.java
…
afterStaticMethodCalled.java
…
before1.java
…
before2.java
…
before3.java
…
before4.java
…
before5.java
…
beforeAnonymous.java
…
beforeAnotherFIeldReferenced.java
…
beforeAnotherFIeldReferencedForwardRef.java
…
beforeAnotherFIeldReferencedNotInitialized.java
…
beforeCBrackets.java
…
beforeCommentAfter.java
IDEA-182526 Move assignment to field declaration swallows comments
2017-11-24 11:17:26 +07:00
beforeExprList.java
…
beforeInitialized.java
…
beforeLocal.java
…
beforeMethodCallBeforeInitializer.java
…
beforeMethodCalled.java
…
beforeNonGetterMethodCalled.java
MoveFieldAssignmentToInitializerInspection: allow unknown methods
2017-10-09 16:38:56 +07:00
beforeParenthesized1.java
…
beforeParenthesized2.java
…
beforeRefChain.java
…
beforeSelfRef.java
…
beforeStaticMethodCalled.java
…
beforeTwiceAssigned.java
…
beforeWrongPlace2.java
…
beforeWrongPlace.java
…