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/07/22 04:22:02 UTC

[jira] [Closed] (GROOVY-9141) NPE: Groovy compiler error: exception in phase 'conversion' in source unit

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

Paul King closed GROOVY-9141.
-----------------------------

> NPE: Groovy compiler error: exception in phase 'conversion' in source unit
> --------------------------------------------------------------------------
>
>                 Key: GROOVY-9141
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9141
>             Project: Groovy
>          Issue Type: Bug
>    Affects Versions: 3.0.0-beta-1, 2.5.7, 2.4.17
>            Reporter: Eric Milles
>            Assignee: Paul King
>            Priority: Major
>             Fix For: 2.5.8, 3.0.0-beta-2
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Abstract method with body in script causes NPE in AntlrParserPlugin.  Expected is compiler error "Abstract methods do not define a body."
> {code:groovy}
> abstract def meth() {
>   println 42
> }
> {code}
> Pull request forthcoming.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)