Home / Vulnerability Database / Scala : Method clone() without Cloneable interface
Scala
Scala : 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 Scala : Method clone() without Cloneable interface in your application?
See also
Scala
Scala : Unreleased resource stream
Scala
Scala : Multiple loggers in same class
Scala
