Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Eclipse's static analysis of nulls identifies a number of spots in xwork-core where a NullPointerException can occur. This change fixes them either to rearrange things so they can't happen or to throw a more specific exception.