VariantDraft
CWE-568finalize() Method Without super.finalize()
Category: other
Description
The product contains a finalize() method that does not call super.finalize().
The Java Language Specification states that it is a good practice for a finalize() method to call super.finalize().
Common consequences· 1
- Other — Quality Degradation
Potential mitigations· 1
- [Implementation]Call the super.finalize() method.
References
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.