You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Pascal Schumacher (JIRA)" <ji...@apache.org> on 2015/06/04 21:15:39 UTC

[jira] [Updated] (GROOVY-6617) joint compiler fails to compile groovy class implemented java interface

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

Pascal Schumacher updated GROOVY-6617:
--------------------------------------
    Fix Version/s:     (was: 2.4.4)

> joint compiler fails to compile groovy class implemented java interface
> -----------------------------------------------------------------------
>
>                 Key: GROOVY-6617
>                 URL: https://issues.apache.org/jira/browse/GROOVY-6617
>             Project: Groovy
>          Issue Type: Bug
>          Components: Stub generator / Joint compiler
>    Affects Versions: 1.8.6, 2.2.2, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.7
>         Environment: linux x86-64
> oracle jdk 1.6.0.45
>            Reporter: Igor E. Poteryaev
>            Assignee: Paul King
>         Attachments: groovy-joint-compiler-bug-again.tar, groovy-joint-compiler-bug.tar
>
>
> When groovy class implements java interface located in other package with method returning array of java objects (not primitive), joint compilation fails with org.codehaus.groovy.control.MultipleCompilationErrorsException
> Running joint compiler again compiles this groovy class successfully.
> Attached file contains example files and script to run groovyc in joint compiler mode. 
> Run ./joint-compile.sh - MultipleCompilationErrorsException
> Run it again - success.
> To reproduce please remove created *.class files
> Reproduced - always.
> Workaround: add package name of returned java class to groovy method 
> {code}
>     public foo.JavaDataObject[] ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)