[
https://issues.apache.org/jira/browse/GROOVY-8730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul King closed GROOVY-8730.
-----------------------------
> trait helper contains unused abstract methods
> ---------------------------------------------
>
> Key: GROOVY-8730
> URL: https://issues.apache.org/jira/browse/GROOVY-8730
> Project: Groovy
> Issue Type: Bug
> Reporter: Paul King
> Assignee: Paul King
> Priority: Major
> Fix For: 2.5.2
>
>
> For this class:
> {code}
> trait Foo { abstract bar() }
> {code}
> There will be an abstract bar method in {{Foo$Trait$Helper}} that we then
> don't use. The method will still be inherited via the {{Foo}} interface.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)