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

Paul King commented on GROOVY-8343:
-----------------------------------

Workaround is to fully qualify the return type, e.g.:
{code}
org.grails.io.support.Resource
{code}
You obviously shouldn't have to do that. I can think of several ways to fix 
this but I will have to try some things out first.

> Issue implementing Java interface
> ---------------------------------
>
>                 Key: GROOVY-8343
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8343
>             Project: Groovy
>          Issue Type: Bug
>          Components: Compiler
>    Affects Versions: 2.5.0-beta-2
>            Reporter: James Kleeh
>
> Groovy compiler fails with a message saying a method is not implemented in 
> the Groovy class that exists in the Java interface.
> The error can be seen here: 
> https://travis-ci.org/grails/grails-core/builds/284244075
> The file in question does in fact implement the method. 
> https://github.com/grails/grails-core/blob/spring_5/grails-bootstrap/src/main/groovy/org/grails/io/support/ByteArrayResource.groovy#L64



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to