[GitHub] struts pull request: WW-4360: Fix a few NullPointerExceptions iden...

2014-06-11 Thread josephw
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] struts pull request: Fix a few NullPointerExceptions identified by...

2014-06-11 Thread josephw
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] 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 eith