[
https://issues.apache.org/jira/browse/GROOVY-9636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitriy Neretin updated GROOVY-9636:
------------------------------------
Description:
Following steps are needed to reproduce the issue:
* Checkout [https://github.com/dimarzio/groovy_sandbox]
* Current groovy dependency in the project build file is 3.0.4
* Run the App class
** Which obtains a class literal, takes a getMetaClass method and executes
isSynthetic() on it
* isSynthetic() returns false, which is not right (at least my assumption!)
and leads to the failed assertion
> Inconsistent behaviour of isSynthetic between Groovy version 2 and 3
> --------------------------------------------------------------------
>
> Key: GROOVY-9636
> URL: https://issues.apache.org/jira/browse/GROOVY-9636
> Project: Groovy
> Issue Type: Bug
> Affects Versions: 3.0.4
> Reporter: Dmitriy Neretin
> Priority: Major
>
> Following steps are needed to reproduce the issue:
> * Checkout [https://github.com/dimarzio/groovy_sandbox]
> * Current groovy dependency in the project build file is 3.0.4
> * Run the App class
> ** Which obtains a class literal, takes a getMetaClass method and executes
> isSynthetic() on it
> * isSynthetic() returns false, which is not right (at least my assumption!)
> and leads to the failed assertion
--
This message was sent by Atlassian Jira
(v8.3.4#803005)