This page is experimental and may change significantly in future releases.
clone() Method Without super.clone()
Properties
id: d3f:CWE-580
- name
- clone() Method Without super.clone()
- definition
- The product contains a clone() method that does not call super.clone() to obtain the new object.
Neighbors
CWE-580 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-580 has no related weaknesses in this release.