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 2018/08/04 11:28:00 UTC

[jira] [Resolved] (GROOVY-8730) trait helper contains unused abstract methods

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

Paul King resolved 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)