GitHub user rikles opened a pull request: https://github.com/apache/commons-lang/pull/68
LANG-1118 Fix StringUtils.repeat(char, int) Now doing what is said in JavaDoc comment : when passing a negative repeat value to the StringUtils.repeat(char, int) function, it returns an empty String instead of throwing a NegativeArraySizeException. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rikles/commons-lang fix-LANG-1118 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-lang/pull/68.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #68 ---- commit daa95a18a153190ec9928dc19f3e9c0433954ee9 Author: Loic Guibert <lfdummy-apa...@yahoo.fr> Date: 2015-04-23T11:41:51Z LANG-1118 Fix StringUtils.repeat(char, int) dealing with negative repeat value commit b3a36ae0fa0fc2a892f04ac53b1100ff7c5e9f4c Author: Loic Guibert <lfdummy-apa...@yahoo.fr> Date: 2015-04-23T11:43:21Z LANG-1118 Adding a test case for StringUtils.repeat(String, int) checking dealing with negative repeat value ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org