CWE-568: finalize() Method Without super.finalize()

ID CWE-568
Abstraction Variant
Structure Simple
Status Draft
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().

Modes of Introduction

Phase Note
Implementation

Applicable Platforms

Type Class Name Prevalence
Language Java

Relationships

View Weakness
# ID View Status # ID Name Abstraction Structure Status
CWE-1000 Research Concepts Draft CWE-573 Improper Following of Specification by Caller Class Simple Draft
CWE-1000 Research Concepts Draft CWE-459 Incomplete Cleanup Base Simple Draft
Loading...
Loading...