You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Keegan Witt (JIRA)" <ji...@apache.org> on 2018/01/13 17:00:02 UTC

[jira] [Assigned] (GROOVY-8224) Stubs for classes implementing traits with fields don't include getters/setters

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

Keegan Witt reassigned GROOVY-8224:
-----------------------------------

    Assignee:     (was: Keegan Witt)

> 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
>
> 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
(v6.4.14#64029)