finalize() Method Without super.finalize()
CWE-568 · Variant · Draft
The product contains a finalize() method that does not call super.finalize().
Extended description
The Java Language Specification states that it is a good practice for a finalize() method to call super.finalize().