[
https://issues.apache.org/jira/browse/WW-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14078132#comment-14078132
]
Hudson commented on WW-4360:
----------------------------
SUCCESS: Integrated in Struts-JDK6-develop #66 (See
[https://builds.apache.org/job/Struts-JDK6-develop/66/])
WW-4360 Fixes potential NullPointerExceptions (lukaszlenart: rev
413d67bd28ea414e586e596a50d68d9d2d0312a2)
*
xwork-core/src/main/java/com/opensymphony/xwork2/conversion/impl/NumberConverter.java
*
xwork-core/src/main/java/com/opensymphony/xwork2/util/finder/ResourceFinder.java
*
xwork-core/src/main/java/com/opensymphony/xwork2/util/NamedVariablePatternMatcher.java
*
xwork-core/src/main/java/com/opensymphony/xwork2/util/location/LocationUtils.java
*
xwork-core/src/test/java/com/opensymphony/xwork2/util/NamedVariablePatternMatcherTest.java
*
xwork-core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java
WW-4360 Fixes potential NullPointerExceptions (lukaszlenart: rev
47d1fe04dc1790473e9bd464d84e65ca76368ba5)
*
xwork-core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java
> Fix potential NullPointerExceptions in xwork-core
> -------------------------------------------------
>
> Key: WW-4360
> URL: https://issues.apache.org/jira/browse/WW-4360
> Project: Struts 2
> Issue Type: Bug
> Reporter: Joseph Walton
> Priority: Minor
> Fix For: 2.3.18
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)