CWE-568: finalize() Method Without super.finalize()
VariantDraft
The product contains a finalize() method that does not call super.finalize().
View on MITREBack to CWE Lookup
Extended Description
The Java Language Specification states that it is a good practice for a finalize() method to call super.finalize().
Technical Details
- Structure
- Simple
Applicable To
Java