[GitHub] struts pull request: Fix a few NullPointerExceptions identified by...

2014-06-10 Thread lukaszlenart
Github user lukaszlenart commented on the pull request: https://github.com/apache/struts/pull/15#issuecomment-45664015 Two issues with this PR: - open a JIRA ticket and reference this PR from it - open PR against `develop` branch, not `master` --- If your project is set up for

[GitHub] struts pull request: Fix a few NullPointerExceptions identified by...

2014-06-10 Thread josephw
GitHub user josephw opened a pull request: https://github.com/apache/struts/pull/15 Fix a few NullPointerExceptions identified by Eclipse Eclipse's static analysis of nulls identifies a number of spots where a `NullPointerException` can occur. This change fixes them either to rearra