Back to Intellij Community

StaticFieldCanBeMovedToUse

java/java-impl/resources/inspectionDescriptions/StaticFieldCanBeMovedToUse.html

2025.3-rc-2270 B
Original Source

Reports any static fields that are used only in a class that is different from the one in which they are defined. Such fields can be moved.

Available only from Code | Inspect Code or Code | Analyze Code | Run Inspection by Name and isn't reported in the editor.