Home / Vulnerability Database / Java : Method clone() does not call super.clone()
Java

Java : Method clone() does not call super.clone()

Classification

Overview

The overridden clone() method must call super.clone().

All realizations of clone() method should obtain the new object by calling super.clone(), otherwise, subclass’s of clone() method will return an object of the wrong type.

LOW

DerScanner Severity Score

Do you want to fix Java : Method clone() does not call super.clone() in your application?

See also

Java

Java : Race condition

Java

Java : Text4Shell Vulnerability

Java

Java : JNI usage