'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.
- 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
Use the Only report 'public' fields option so that the inspection reported only public
fields.
Here you can find the description of settings available for the 'static', non-'final' field inspection, and the reference of their default values.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 243.23126 |
Thanks for your feedback!