CWE-580 – clone() Method Without super.clone()
Description The software contains a clone() method that does not call super.clone() to obtain the new object. All implementations of clone() should obtain the new...
Description The software contains a clone() method that does not call super.clone() to obtain the new object. All implementations of clone() should obtain the new...