Back to Intellij Community

StaticNonFinalField

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

2025.3-rc-2397 B
Original Source

Reports non-final static fields.

A quick-fix is available to add the final modifier to a non-final static field.

This inspection doesn't check fields' mutability. For example, adding the final modifier to a field that has a value being set somewhere will cause a compilation error.

Use the Only report 'public' fields option so that the inspection reported only public fields.