GitHub user josephw opened a pull request:
https://github.com/apache/struts/pull/16
WW-4360: Fix a few NullPointerExceptions identified by Eclipse #15
Eclipse's static analysis of nulls identifies a number of spots where a
NullPointerException can occur. This change fixes
Github user josephw closed the pull request at:
https://github.com/apache/struts/pull/15
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
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 eith