Graeme Rocher created GROOVY-8233:
-------------------------------------

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

Reply via email to