'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 value:
Selected
Suppressing Inspection
You can suppress this inspection by placing the following comment marker before the code fragment where you no longer want messages from this inspection to appear:
More detailed instructions as well as other ways and options that you have can be found in the product documentation:
Inspection Details | |
|---|---|
By default bundled with: |