You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2017/05/20 15:04:04 UTC

[jira] [Resolved] (GROOVY-8166) Repeated operations in AnnotationCollectorTransform and Traits

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

John Wagenleitner resolved GROOVY-8166.
---------------------------------------
       Resolution: Fixed
         Assignee: John Wagenleitner
    Fix Version/s: 2.4.12

Thanks for pointing out the duplicate ops.

> Repeated operations in AnnotationCollectorTransform and Traits
> --------------------------------------------------------------
>
>                 Key: GROOVY-8166
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8166
>             Project: Groovy
>          Issue Type: Bug
>            Reporter: Eric Milles
>            Assignee: John Wagenleitner
>            Priority: Minor
>             Fix For: 2.4.12
>
>
> I think there are a couple bits of redundant code that I have run into looking at some stuff related to traits and type checking.
> 1) In {{org.codehaus.groovy.transform.trait.Traits.isTrait(ClassNode)}}, the check for the Trait annotation appears redundant to the call to {{isAnnotatedWithTrait}}.
> 2) In {{org.codehaus.groovy.transform.AnnotationCollectorTransform.makeListOfAnnotations(Object[][])}}, the recent addition of {{copyMembers}} appears to have missed removing the following line {{toAdd.getMembers().putAll(generated);}}.  Thus I think the map {{generated}} is being asked to put the same entries twice.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)