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/28 21:37:25 UTC

[4/4] [lang] Merge branch 'fix-LANG-1118'

Merge branch 'fix-LANG-1118'

LANG-1118: StringUtils.repeat('z', -1) throws NegativeArraySizeException.
Thanks to Loic Guibert.


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

Branch: refs/heads/master
Commit: 0799f01df18c8f2d5695390cfc6db807fe019b18
Parents: 8e7df02 84c5e8c
Author: Benedikt Ritter <br...@apache.org>
Authored: Tue Apr 28 21:35:34 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Tue Apr 28 21:35:34 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml                                     | 1 +
 src/main/java/org/apache/commons/lang3/StringUtils.java     | 3 +++
 src/test/java/org/apache/commons/lang3/StringUtilsTest.java | 8 ++++++++
 3 files changed, 12 insertions(+)
----------------------------------------------------------------------