'finalize()' should not be overridden
Reports overriding the Object.finalize()
method.
According to the Object.finalize()
documentation:
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.
FinalizeDeclaration- 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.
Configure the inspection:
Use the Ignore for trivial 'finalize()' implementations option to ignore
finalize()
implementations with an empty method body or a body containing onlyif
statements that have a condition which evaluates tofalse
and is a compile-time constant. For performance reasons it can be beneficial to override a non-trivialfinalize()
with an empty implementation in a subclass. An empty finalfinalize()
implementation can also be used to prevent subclasses from overriding.
Inspection options
Here you can find the description of settings available for the 'finalize()' should not be overridden inspection, and the reference of their default values.
- Ignore for trivial 'finalize()' implementations
Default: Selected
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 242.22892 |