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/05/20 07:32:12 UTC

[jira] [Closed] (GROOVY-9052) Missing @Generated annotation on @Vetoable

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

Paul King closed GROOVY-9052.
-----------------------------

> Missing @Generated annotation on @Vetoable
> ------------------------------------------
>
>                 Key: GROOVY-9052
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9052
>             Project: Groovy
>          Issue Type: Bug
>          Components: Compiler
>    Affects Versions: 2.5.6
>            Reporter: Vadimo
>            Assignee: Paul King
>            Priority: Major
>             Fix For: 3.0.0-beta-1, 2.5.7
>
>
> jacoco is reporting incorrect code coverage results for @Vetoable annotated classes. 
> The generated 
> * set*
> * fireVetoablePropertyChange
> * removeVetoablePropertyChangeListener, 
> * addVetoablePropertyChangeListener
> * getVetoablePropertyChangeListener
> methods should probably be annotated with @Generated
> In the examples below 11 methods that are detected as not covered.
> [http://docs.groovy-lang.org/2.5.6/html/gapi/groovy/beans/Vetoable.html]
> {code:java}
>  @groovy.beans.Vetoable
>  class Person {
>      String firstName
>      def zipCode
>  }
> {code}
> This bug was found during Hackergarten Zürich 



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