'static', non-'final' field
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.
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
StaticNonFinalField- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Use the Only report 'public' fields option so that the inspection reported only public
fields.
Inspection options
Here you can find the description of settings available for the 'static', non-'final' field inspection, and the reference of their default values.
- Only report 'public' fields
Default: Selected
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 242.22892 |