You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Vadimo (JIRA)" <ji...@apache.org> on 2019/03/21 19:17:00 UTC

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

Vadimo created GROOVY-9050:
------------------------------

             Summary: 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


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 message was sent by Atlassian JIRA
(v7.6.3#76005)