'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 onlyifstatements that have a condition which evaluates tofalseand 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 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: |