Home / Vulnerability Database / Kotlin : Method clone() without Cloneable interface
Kotlin
Kotlin : Method clone() without Cloneable interface
Overview
The class implements the clone() method but does not implement the Cloneable interface.
Calling Object’s clone method on an instance that does not implement the Cloneable interface results in the exception CloneNotSupportedException being thrown.
References
LOW
DerScanner Severity Score
Do you want to fix Kotlin : Method clone() without Cloneable interface in your application?
See also
Kotlin
Kotlin : Missing required cryptographic step
Kotlin
Kotlin : Logging into system output
Kotlin
