You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Pascal Schumacher (JIRA)" <ji...@apache.org> on 2016/11/28 21:58:58 UTC

[jira] [Commented] (LANG-1292) WordUtils.wrap throws StringIndexOutOfBoundsException

    [ https://issues.apache.org/jira/browse/LANG-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15703264#comment-15703264 ] 

Pascal Schumacher commented on LANG-1292:
-----------------------------------------

probably caused by this commit: https://github.com/apache/commons-lang/commit/0fe9685c8a78ba2d780a3ec1e1a323990dc6d218

> WordUtils.wrap throws StringIndexOutOfBoundsException
> -----------------------------------------------------
>
>                 Key: LANG-1292
>                 URL: https://issues.apache.org/jira/browse/LANG-1292
>             Project: Commons Lang
>          Issue Type: Bug
>    Affects Versions: 3.5
>            Reporter: Mirek Hankus
>            Priority: Critical
>
> Running following line of code results in StringIndexOutOfBoundsException (in 3.5 release)
> {code}
> WordUtils.wrap("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",70);
> {code}
> {code}
> java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> 	at java.lang.String.substring(String.java:1967)
> 	at org.apache.commons.lang3.text.WordUtils.wrap(WordUtils.java:328)
> 	at org.apache.commons.lang3.text.WordUtils.wrap(WordUtils.java:176)
> 	at org.apache.commons.lang3.text.WordUtils.wrap(WordUtils.java:100)
> 	at pl.netpr.commons.string.TextToolsTest.testWrap(TextToolsTest.java:245)
> 	
> {code}
> It worked fine with 3.4 releae. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)