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-06-19 10:37:59 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6c5ac640b4169f640eca762e39752d80098c1dab
openide
/
java
/
java-tests
/
testData
/
inspection
/
fieldCanBeLocal
T
History
anna
bfd12da4ad
field can be local: extend "immutable" types (IDEA-63561)
2010-12-29 18:15:08 +03:00
..
constructor
…
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
field can be local extended: suggest read only fields used in e.g. constructor once as can be local; process inner class constructors as methods (IDEA-52670)
2010-03-05 14:07:36 +03:00
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
field can be local extended: suggest read only fields used in e.g. constructor once as can be local; process inner class constructors as methods (IDEA-52670)
2010-03-05 14:07:36 +03:00
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
…