Closed stieg closed 5 years ago
This is due to the override of the valueOf
method. To work around an issue related to cloning the DoubleType class implements a version of valueOf
that simply returns this
. Changing the method to return this.value
fixes this bug but causes an issue with cloning. What to do...?
See script below: