|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Code changed in jenkins
User: Jesse Glick
Path:
core/src/main/java/hudson/model/AbstractBuild.java
http://jenkins-ci.org/commit/jenkins/cc26f23ec4f7ba58577c490b35e4c481d0527f49
Log:
JENKINS-16845Properly report the IllegalStateException, rather than throwing an NPE producing the exception message.java.lang.NullPointerException
at hudson.model.Run.getFullDisplayName(Run.java:711)
at hudson.model.Run.toString(Run.java:706)
at java.lang.String.valueOf(Unknown Source)
at java.lang.StringBuilder.append(Unknown Source)
at hudson.model.AbstractBuild.getPreviousBuild(AbstractBuild.java:218)