[ 
https://issues.apache.org/jira/browse/GROOVY-8224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518977#comment-16518977
 ] 

ASF GitHub Bot commented on GROOVY-8224:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/groovy/pull/760


> Stubs for classes implementing traits with fields don't include 
> getters/setters
> -------------------------------------------------------------------------------
>
>                 Key: GROOVY-8224
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8224
>             Project: Groovy
>          Issue Type: Bug
>          Components: Stub generator / Joint compiler
>            Reporter: Keegan Witt
>            Priority: Major
>
> As an example, the stubs generated for _GroovyXImpl_ for the Groovy below 
> doesn't include {{int getFoo()}} or {{void setFoo(int value)}}.
> {code:java}
> trait GroovyXTrait {
>     int foo
> }
> class GroovyXImpl implements GroovyXTrait { }
> {code}



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

Reply via email to