You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (JIRA)" <ji...@apache.org> on 2019/01/16 12:08:01 UTC

[jira] [Closed] (GROOVY-8914) Error compiling static inner class that extends some other (static) inner class

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

Paul King closed GROOVY-8914.
-----------------------------

> Error compiling static inner class that extends some other (static) inner class
> -------------------------------------------------------------------------------
>
>                 Key: GROOVY-8914
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8914
>             Project: Groovy
>          Issue Type: Bug
>          Components: Compiler
>    Affects Versions: 3.0.0-alpha-3, 2.5.4
>            Reporter: Basil Peace
>            Assignee: Paul King
>            Priority: Minor
>             Fix For: 3.0.0-alpha-4, 2.5.5
>
>
> If inner static class extends some other inner static class that already compiled then compiler gives errors like this:
> {{ -1: "methodMissing" implementations are not supported on static inner classes as a synthetic version of "methodMissing" is added during compilation for the purpose of outer class delegation.}}
> No error when class being extended is in current compilation.
>  
> Demo project: https://github.com/grv87/groovy-inner-static-class



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)