James Kleeh created GROOVY-8343:
-----------------------------------
Summary: 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)