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 2019/01/27 06:13:00 UTC

[jira] [Resolved] (GROOVY-8969) Parameter name data is erased when applying traits regardless of --parameters setting

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

Paul King resolved GROOVY-8969.
-------------------------------
       Resolution: Fixed
         Assignee: Paul King
    Fix Version/s: 3.0.0-alpha-5
                   2.5.6

Should be fixed now.

> Parameter name data is erased when applying traits regardless of --parameters setting
> -------------------------------------------------------------------------------------
>
>                 Key: GROOVY-8969
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8969
>             Project: Groovy
>          Issue Type: Bug
>    Affects Versions: 2.5.5
>            Reporter: Graeme Rocher
>            Assignee: Paul King
>            Priority: Major
>             Fix For: 2.5.6, 3.0.0-alpha-5
>
>
> When Groovy applies a trait to class it erases parameter name data. You can see this here:
> https://github.com/apache/groovy/blob/982bd38b3216ea3143b0d667d2cd47d2c758f884/src/main/java/org/codehaus/groovy/transform/trait/TraitComposer.java#L157
> So regardless whether `-parameters` is specified to the compiler traits will not retain parameter name information.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)