Common Weakness Enumeration
CWE Definition / CWE-568
CWE-568: finalize() Method Without super.finalize()
The product contains a finalize() method that does not call super.finalize().
Published:15 Dec 2006
Organization:MITRE
Modified:30 Apr 2026
CWE Definition / CWE-568
The product contains a finalize() method that does not call super.finalize().