[
https://issues.apache.org/jira/browse/GROOVY-10747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600345#comment-17600345
]
ASF GitHub Bot commented on GROOVY-10747:
-----------------------------------------
paulk-asert commented on PR #1781:
URL: https://github.com/apache/groovy/pull/1781#issuecomment-1236896656
LGTM
> Fix illegal access for object clone on JDK16+
> ---------------------------------------------
>
> Key: GROOVY-10747
> URL: https://issues.apache.org/jira/browse/GROOVY-10747
> Project: Groovy
> Issue Type: Bug
> Reporter: Daniel Sun
> Priority: Major
> Fix For: 4.0.5
>
>
> {code:java}
> class Dolly {
> String name
> }
> def dolly = new Dolly(name: "The Sheep")
> dolly.clone()
> {code}
> 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)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)