You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (Jira)" <ji...@apache.org> on 2023/02/10 21:41:00 UTC

[jira] [Closed] (GROOVY-10747) Fix illegal access for object clone on JDK16+

     [ https://issues.apache.org/jira/browse/GROOVY-10747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul King closed GROOVY-10747.
------------------------------

> 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
>            Assignee: 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)