You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Pascal Schumacher (JIRA)" <ji...@apache.org> on 2015/10/15 09:06:06 UTC

[jira] [Resolved] (GROOVY-7546) Misleasing error message for null + something-that-is-not-a-string

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

Pascal Schumacher resolved GROOVY-7546.
---------------------------------------
       Resolution: Fixed
         Assignee: Pascal Schumacher
    Fix Version/s: 2.4.6

Applied. Thanks for the patch!

> Misleasing error message for null + something-that-is-not-a-string
> ------------------------------------------------------------------
>
>                 Key: GROOVY-7546
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7546
>             Project: Groovy
>          Issue Type: Improvement
>    Affects Versions: 2.4.5
>            Reporter: Jochen Kemnade
>            Assignee: Pascal Schumacher
>            Priority: Minor
>              Labels: patch-available
>             Fix For: 2.4.6
>
>         Attachments: 0001-GROOVY-7546-fix-NullPointerException-message-when-tr.patch
>
>
> {noformat}
> groovy:000> null + 1
> Cannot execute null+null
> groovy:000> null + []
> Cannot execute null+null
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)