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 2017/09/12 06:48:00 UTC

[jira] [Updated] (GROOVY-8233) Java stub generation incorrect for static properties of traits

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

Paul King updated GROOVY-8233:
------------------------------
    Component/s: Stub generator / Joint compiler

> Java stub generation incorrect for static properties of traits
> --------------------------------------------------------------
>
>                 Key: GROOVY-8233
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8233
>             Project: Groovy
>          Issue Type: Bug
>          Components: Stub generator / Joint compiler
>    Affects Versions: 2.4.11
>            Reporter: Graeme Rocher
>         Attachments: domain-plugins.zip
>
>
> Groovy generates incorrect stubs for static properties of traits resulting in compilation errors such as:
> {code}
> /Users/graemerocher/grails/apps/domain-plugins/app/build/tmp/compileGroovy/groovy-java-stubs/bug/DomainA.java:10: error: org_grails_datastore_mapping_dirty_checking_DirtyCheckable__DIRTY_CLASS_MARKER$get() in DomainParent cannot implement org_grails_datastore_mapping_dirty_checking_DirtyCheckable__DIRTY_CLASS_MARKER$get() in DirtyCheckable$Trait$FieldHelper
> public class DomainA
>        ^
>   overriding method is static
> 1 error
> startup failed:
> Compilation failed; see the compiler error output for details.
> 1 error
> {code}
> Attached is an example. Simply run `./gradlew compileGroovy`



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)