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

Kotlin : 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 Kotlin : Method clone() does not call super.clone() in your application?

See also

Kotlin

Kotlin : Missing required cryptographic step

Kotlin

Kotlin : Logging into system output

Kotlin

Kotlin : Call of notify() in synchronized block