This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-07-27 15:48:27 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4cdf6d94de01609858795c9ab7f48252e2215bd0
openide
/
java
/
java-tests
/
testData
/
inspection
/
fieldCanBeLocal
T
History
anna
12e8bcbd5d
field can be local: exclude all fields used in fields initializers (IDEA-72649 )
2011-08-21 17:39:33 +02:00
..
constructor
…
fieldUsedInConstantInitialization
field can be local: exclude all fields used in fields initializers (IDEA-72649 )
2011-08-21 17:39:33 +02:00
fieldWithImmutableType
field can be local: extend "immutable" types (IDEA-63561)
2010-12-29 18:15:08 +03:00
ignoreAnnotated
filed can be local: customize annotations to mark as "non-convertable" (IDEA-52988)
2010-11-25 22:24:25 +03:00
innerClassConstructor
…
innerClassFieldInitializer
field can be local: revert optimization (IDEA-53992)
2010-04-19 12:46:12 +04:00
localStateVar2InnerClass
field can be local: treat non-primitive fields as read/write (IDEA-52901)
2010-03-15 19:45:03 +03:00
localVar2InnerClass
…
notConstantInitializer
field can't be local if its initializer is not a constant
2010-03-22 18:55:52 +03:00
simple
…
stateField
field can be local: treat non-primitive fields as read/write (IDEA-52901)
2010-03-15 19:45:03 +03:00
staticAccess
…
staticFinal
…
twoMethods
…