|
||||||||
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 |
- [mojo-dev] [jira] (MVERSIONS-205) Regression: NPE ... Gili (JIRA)
- [mojo-dev] [jira] (MVERSIONS-205) Regression:... Tilman Hausherr (JIRA)
- [mojo-dev] [jira] (MVERSIONS-205) Regression:... Stuart McCulloch (JIRA)
- [mojo-dev] [jira] (MVERSIONS-205) Regression:... Tilman Hausherr (JIRA)
- [mojo-dev] [jira] (MVERSIONS-205) Regression:... Tilman Hausherr (JIRA)
- [mojo-dev] [jira] (MVERSIONS-205) Regression:... Ian Brandt (JIRA)
- [mojo-dev] [jira] (MVERSIONS-205) Regression:... Tilman Hausherr (JIRA)
- [mojo-dev] [jira] (MVERSIONS-205) Regression:... Ian Brandt (JIRA)
- [mojo-dev] [jira] (MVERSIONS-205) Regression:... Tilman Hausherr (JIRA)
- [mojo-dev] [jira] (MVERSIONS-205) Regression:... Ian Brandt (JIRA)
- [mojo-dev] [jira] (MVERSIONS-205) Regression:... Stephen Connolly (JIRA)
- [mojo-dev] [jira] (MVERSIONS-205) Regression:... Gili (JIRA)
- [mojo-dev] [jira] (MVERSIONS-205) Regression:... Stephen Connolly (JIRA)
FYI, the NPE in the last comment has a different cause from the original report. The new stack trace suggests an issue in DisplayPluginUpdatesMojo where the effectiveVersion is null, rather than the NPE during interpolation caused by
MNG-5445:http://mojo.codehaus.org/versions-maven-plugin/xref/org/codehaus/mojo/versions/DisplayPluginUpdatesMojo.html#640
Also notice before line 640 there is code that expects effectiveVersion might be null, so it looks like there's a null check missing in DisplayPluginUpdatesMojo.html#640.