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/03/22 01:48:00 UTC

[jira] [Resolved] (GROOVY-9050) Missing @Generated annotation in @Sortable

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

Paul King resolved GROOVY-9050.
-------------------------------
       Resolution: Fixed
         Assignee: Paul King
    Fix Version/s: 2.5.7
                   3.0.0-beta-1

Fixed. Thanks for spotting the issue.

> Missing @Generated annotation in @Sortable 
> -------------------------------------------
>
>                 Key: GROOVY-9050
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9050
>             Project: Groovy
>          Issue Type: Bug
>          Components: Compiler
>    Affects Versions: 2.5.6
>            Reporter: Vadimo
>            Assignee: Paul King
>            Priority: Minor
>             Fix For: 3.0.0-beta-1, 2.5.7
>
>
> jacoco is reporting incorrect code coverage results for @Sortable annotated classes. 
> The generated internal classes should probably be annotated with @generated as well as their default constructor.
> For the example from 6 methods are detected as not covered.
> [http://docs.groovy-lang.org/2.5.6/html/gapi/groovy/transform/Sortable.html]
> {code:java}
>  @Sortable class Person {
>      String first
>      String last
>      Integer born
>  }
> {code}
> This bug was found during Hackergarten Zürich 



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