[
https://issues.apache.org/jira/browse/GROOVY-8936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Sun resolved GROOVY-8936.
--------------------------------
Resolution: Fixed
The proposed PR is merged:
[https://github.com/apache/groovy/commit/596853fe9b54cc1f5b144b214fe24d40ab006258]
> NPE occurred when `null` message passed into `MissingPropertyException`
> -----------------------------------------------------------------------
>
> Key: GROOVY-8936
> URL: https://issues.apache.org/jira/browse/GROOVY-8936
> Project: Groovy
> Issue Type: Bug
> Reporter: Daniel Sun
> Assignee: Daniel Sun
> Priority: Major
> Fix For: 3.0.0-alpha-4
>
>
> Reported by Jesse Glick( https://github.com/jglick )
>
> [https://github.com/apache/groovy/pull/844]
> Otherwise you get errors like
> {code:java}
> groovy.lang.MissingPropertyExceptionTest > testNullMessage FAILED
> java.lang.NullPointerException at
> groovy.lang.MissingPropertyException.getMessageWithoutLocationText(MissingPropertyException.java:66)
> at
> groovy.lang.GroovyRuntimeException.getMessage(GroovyRuntimeException.java:63)
> at java.lang.Throwable.getLocalizedMessage(Throwable.java:391) at
> java.lang.Throwable.toString(Throwable.java:480) at
> junit.framework.Assert.assertNull(Assert.java:268) at
> junit.framework.TestCase.assertNull(TestCase.java:438) at
> groovy.lang.MissingPropertyExceptionTest.testNullMessage(MissingPropertyExceptionTest.java:29)
>
> {code}
> it is unclear what null values for {{property}} and {{type}} would mean, but
> there is a constructor explicitly allowing that, and it is illegal for
> {{getMessage}}, {{toString}}, etc. to throw an undeclared NPE.
> (A {{MissingPropertyException}} producing this error was originally observed
> as a build failure in a Jenkins project, though I do not have the details to
> know the root cause there.)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)