You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Marcin Erdmann (JIRA)" <ji...@apache.org> on 2018/01/01 12:13:00 UTC

[jira] [Commented] (GROOVY-8426) Incorrect line and column numbers are assigned to BlockStatements generated out of method definitions

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

Marcin Erdmann commented on GROOVY-8426:
----------------------------------------

Understood, thanks.

> Incorrect line and column numbers are assigned to BlockStatements generated out of method definitions
> -----------------------------------------------------------------------------------------------------
>
>                 Key: GROOVY-8426
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8426
>             Project: Groovy
>          Issue Type: Bug
>    Affects Versions: 2.5.0-beta-2, 2.4.13, 2.6.0-alpha-2
>            Reporter: Marcin Erdmann
>            Assignee: Paul King
>            Priority: Minor
>              Labels: pull-request-available
>
> Line and column numbers assigned to BlockStatements generated out of method definitions in {{AntlrParserPlugin#methodDef(AST)}} are incorrect. The ones used are for the first statement inside of the block and not for the whole block.
> Note that this seems to be fixed on master (in parrot?) but not in any pre-3.0 versions which are still maintained.
> A PR to follow.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)