You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniel Sun (Jira)" <ji...@apache.org> on 2019/11/01 16:43:00 UTC

[jira] [Updated] (GROOVY-7452) Cannot reference inner classes of super classes by short name

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

Daniel Sun updated GROOVY-7452:
-------------------------------
    Fix Version/s:     (was: 2.5.x)
                   2.5.8

> Cannot reference inner classes of super classes by short name
> -------------------------------------------------------------
>
>                 Key: GROOVY-7452
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7452
>             Project: Groovy
>          Issue Type: Bug
>          Components: Compiler
>            Reporter: Peter Gromov
>            Priority: Major
>             Fix For: 2.5.8
>
>
> e.g. paste this in Groovy web console:
> {code}
> ​import java.nio.channels.*
> abstract class Foo extends FileChannel {
>   MapMode foo() { null }
> }
> print "hi"​​​
> {code}
> startup failed:
> Script1.groovy: 5: unable to resolve class MapMode 
>  @ line 5, column 3.
>      MapMode foo() { null }
>      ^
> 1 error
> If one qualifies the name: FileChannel.MapMode, the compilation succeeds
> From https://youtrack.jetbrains.com/issue/IDEA-140769



--
This message was sent by Atlassian Jira
(v8.3.4#803005)