You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/05/05 19:35:10 UTC

[4/4] [lang] Merge branch 'LANG-1130'

Merge branch 'LANG-1130'

LANG-1130: Fix critical issues reported by SonarQube.
Fixed critical issues in ClassUtils and TypeUtils. The
other three issues are false positives.


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/98220ad0
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/98220ad0
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/98220ad0

Branch: refs/heads/master
Commit: 98220ad03e4b620a98ca355317c9da6c6ac765d1
Parents: fc73151 b162f51
Author: Benedikt Ritter <br...@apache.org>
Authored: Tue May 5 19:33:28 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Tue May 5 19:33:28 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml                                       | 1 +
 src/main/java/org/apache/commons/lang3/ClassUtils.java        | 5 +++--
 src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/98220ad0/src/changes/changes.xml
----------------------------------------------------------------------
diff --cc src/changes/changes.xml
index 2081591,9b596ce..3523968
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@@ -22,7 -22,7 +22,8 @@@
    <body>
  
    <release version="3.5" date="tba" description="tba">
+     <action issue="LANG-1130" type="fix" dev="britter">Fix critical issues reported by SonarQube</action>
 +    <action issue="LANG-1131" type="fix" dev="britter">StrBuilder.equals(StrBuilder) doesn't check for null inputs</action>
      <action issue="LANG-1105" type="add" dev="britter" due-to="Hendrik Saly">Add ThreadUtils - A utility class which provides helper methods related to java.lang.Thread</action>
      <action issue="LANG-1031" type="add" dev="britter" due-to="Felipe Adorno">Add annotations to exclude fields from ReflectionEqualsBuilder, ReflectionToStringBuilder and ReflectionHashCodeBuilder</action>
      <action issue="LANG-1127" type="add" dev="chas">Unit test helpers which set and reset default Locale and TimeZone</action>