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/04/29 19:49:00 UTC

[3/3] [lang] Merge branch 'bug/LANG-1114-TypeUtils.Wildcard.equals.bug'

Merge branch 'bug/LANG-1114-TypeUtils.Wildcard.equals.bug'

LANG-1114: TypeUtils.ParameterizedType#equals doesn't work with wildcard types.
This closes #73 from github. Thanks to Andy Coates.


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

Branch: refs/heads/master
Commit: 640953167adf3580a2c21077d78e7e7ce84ead03
Parents: 6965455 6271c50
Author: Benedikt Ritter <br...@apache.org>
Authored: Wed Apr 29 19:47:09 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Wed Apr 29 19:47:09 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml                                  |  1 +
 .../java/org/apache/commons/lang3/reflect/TypeUtils.java |  2 +-
 .../org/apache/commons/lang3/reflect/TypeUtilsTest.java  | 11 +++++++++++
 3 files changed, 13 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/64095316/src/changes/changes.xml
----------------------------------------------------------------------
diff --cc src/changes/changes.xml
index 785a3b2,1a59e46..27a7f5c
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@@ -22,9 -22,7 +22,10 @@@
    <body>
  
    <release version="3.5" date="tba" description="tba">
+     <action issue="LANG-1114" type="fix" dev="britter" due-to="Andy Coates">TypeUtils.ParameterizedType#equals doesn't work with wildcard types</action>
 +    <action issue="LANG-1119" type="add" dev="britter" due-to="Loic Guibert">Add rotate(string, int) method to StringUtils</action>
 +    <action issue="LANG-1118" type="fix" dev="britter" due-to="Loic Guibert">StringUtils.repeat('z', -1) throws NegativeArraySizeException</action>
 +    <action issue="LANG-1099" type="add" dev="britter" due-to="Adrian Ber">Add swap and shift operations for arrays to ArrayUtils</action>
      <action issue="LANG-979" type="update" dev="britter" due-to="Bruno P. Kinoshita">TypeUtils.parameterizeWithOwner - wrong format descriptor for "invalid number of type parameters".</action>
      <action issue="LANG-1112" type="update" dev="britter">MultilineRecursiveToStringStyle largely unusable due to being package-private.</action>
      <action issue="LANG-1058" type="update" dev="djones" due-to="Leo Wang">StringUtils.uncapitalize performance improvement</action>