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 03:06:00 UTC

[jira] [Updated] (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 updated GROOVY-8730:
------------------------------
    Description: 
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.


> 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
>            Priority: Major
>
> 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)