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

Hai Shi commented on GROOVY-11117:
----------------------------------

Get it. Thanks, Eric.

> return first nested interface when GroovyClassLoader.parseClass parse 
> interfaces with nested interfaces
> -------------------------------------------------------------------------------------------------------
>
>                 Key: GROOVY-11117
>                 URL: https://issues.apache.org/jira/browse/GROOVY-11117
>             Project: Groovy
>          Issue Type: Bug
>            Reporter: Hai Shi
>            Assignee: Eric Milles
>            Priority: Major
>             Fix For: 5.0.0-alpha-5
>
>
> When I have a groovy file:
> {code:groovy}
> interface A {
>     interface B { }
>    interface C { }
> }
> {code}
> When I use classLoader to parse this file, I only get the interface {{B}}
> {code:groovy}
> def gcl = new GroovyClassLoader()
> // this just get the interface B, Something Do I missed?
> def loadedClass = gcl.parseClass(new File("xxxx"))
> {code}
> my version:
>  * jdk:18.0.1
>  * groovy: 4.0.2



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to