You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2017/01/07 21:07:58 UTC

[jira] [Closed] (GROOVY-7990) inner classes not found in scripts

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

John Wagenleitner closed GROOVY-7990.
-------------------------------------
    Resolution: Duplicate

Thanks for reporting, since this looks to be the same as GROOVY-7812 I'm going to close this so we can track on the other older issue.

> inner classes not found in scripts
> ----------------------------------
>
>                 Key: GROOVY-7990
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7990
>             Project: Groovy
>          Issue Type: Bug
>          Components: Compiler
>    Affects Versions: 2.4.0
>            Reporter: MichaƂ Zegan
>
> Hello, when I try to create two files in the same directory:
> {code:title=B.groovy}
> class B {
>     static class C { }
> }
> {code}
> {code:title=A.groovy}
> new B.C()
> {code}
> Then trying to run {{A.groovy}} with the groovy command gives a compilation error:
> {noformat}
> org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
> /home/webczat/A.groovy: 1: unable to resolve class B.C
>  @ line 1, column 1.
>    new B.C()
>    ^
> 1 error
> {noformat}



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