Repository: logging-log4j2
Updated Branches:
  refs/heads/master 1979b6f50 -> 8f9329c54


Use "Prevented potential NPE" wording.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8f9329c5
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8f9329c5
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8f9329c5

Branch: refs/heads/master
Commit: 8f9329c5412265dba3efa700678525d31e08e89d
Parents: 1979b6f
Author: Gary Gregory <ggreg...@apache.org>
Authored: Tue Sep 20 18:05:46 2016 -0700
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Tue Sep 20 18:05:46 2016 -0700

----------------------------------------------------------------------
 src/changes/changes.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8f9329c5/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b42c910..9aff4f4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -157,16 +157,16 @@
         Layout is no longer optional.
       </action>
       <action issue="LOG4J2-1599" dev="ggregory" type="fix">
-        NPE in 
org.apache.logging.log4j.message.ParameterFormatter.formatMessage3(StringBuilder,
 char[], int, Object[], int, int[]).
+        Prevented potential NPE in 
org.apache.logging.log4j.message.ParameterFormatter.formatMessage3(StringBuilder,
 char[], int, Object[], int, int[]).
       </action>
       <action issue="LOG4J2-1600" dev="ggregory" type="fix">
-        NPE due to 
org.apache.logging.log4j.core.layout.MarkerPatternSelector.createSelector(PatternMatch[],
 String, boolean, boolean, Configuration).
+        Prevented potential NPE due to 
org.apache.logging.log4j.core.layout.MarkerPatternSelector.createSelector(PatternMatch[],
 String, boolean, boolean, Configuration).
       </action>
       <action issue="LOG4J2-1601" dev="ggregory" type="fix">
-        NPE due to 
org.apache.logging.log4j.core.layout.ScriptPatternSelector.createSelector(AbstractScript,
 PatternMatch[], String, boolean, boolean, Configuration).
+        Prevented potential NPE due to 
org.apache.logging.log4j.core.layout.ScriptPatternSelector.createSelector(AbstractScript,
 PatternMatch[], String, boolean, boolean, Configuration).
       </action>
       <action issue="LOG4J2-1602" dev="ggregory" type="fix">
-        NPE in 
org.apache.logging.log4j.core.util.datetime.FormatCache.MultipartKey.equals(Object)
 when object is null.
+        Prevented potential NPE in 
org.apache.logging.log4j.core.util.datetime.FormatCache.MultipartKey.equals(Object)
 when object is null.
       </action>
       <action issue="LOG4J2-1603" dev="ggregory" type="fix">
         Redo hashCode() and equals() methods in 
org.apache.logging.log4j.core.net.ssl classes.

Reply via email to