CWE-568 - finalize() Method Without super.finalize()
- 摘要:Variant
- 结构:Simple
- 状态:Draft
- 发布日期:2006-12-15
- 更新日期:2026-04-30
名称
finalize() Method Without super.finalize()
描述
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().
常见后果
范围:Other
影响:Quality Degradation