Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
class Dolly { String name } def dolly = new Dolly(name: "The Sheep") dolly.clone()
BUG! Unknown transformation for argument Dolly@6d6df3fd at position 0 with class Dolly for parameter of type class org.codehaus.groovy.vmplugin.v8.IndyInterface
at org.codehaus.groovy.vmplugin.v8.TypeTransformers.addTransformer(TypeTransformers.java:139)
Attachments
Issue Links
- relates to
-
GROOVY-10733 Fix illegal access for array clone on JDK16+
- Closed
- links to