Finalization
- 'finalize()' called explicitly
Reports calls to Object.finalize().
- 'finalize()' should be protected, not public
Reports any implementations of the Object.finalize() method that are declared public.
- 'finalize()' should not be overridden
Reports overriding the Object.finalize() method.
Last modified: 11 September 2024