[GitHub] commons-lang pull request #330: LANG-1397: WordUtils.wrap throws StringIndex...

2018-05-18 Thread tasanuma
Github user tasanuma closed the pull request at:

https://github.com/apache/commons-lang/pull/330


---


[GitHub] commons-lang pull request #330: LANG-1397: WordUtils.wrap throws StringIndex...

2018-05-16 Thread tasanuma
GitHub user tasanuma opened a pull request:

https://github.com/apache/commons-lang/pull/330

LANG-1397: WordUtils.wrap throws StringIndexOutOfBoundsException when 
wrapLength is Integer.MAX_VALUE

There is a bug of WordUtils. WordUtils in commons-text has the same bug. I 
will work on it after merging this pull request.

This is my first contribute to this project. I confirmed `mvn clean verify` 
succeeds. If there is any problem, please let me know.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tasanuma/commons-lang LANG-1397-WordUtils

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/commons-lang/pull/330.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 #330


commit 2a5c0f0d22f465020314bb029eb758917595a7eb
Author: Takanobu Asanuma 
Date:   2018-05-16T08:06:03Z

fix a bug of WordUtils




---