[ https://issues.apache.org/jira/browse/LANG-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15770293#comment-15770293 ]
Duncan Jones edited comment on LANG-1302 at 12/22/16 3:25 PM: -------------------------------------------------------------- I can't reproduce this from the current trunk. Suspect this is a duplicate of LANG-1292 and is now fixed. Will be released in 3.6. Thanks for reporting the issue. was (Author: dmjones500): I can't reproduce this from the current trunk. Suspect this is a duplicate of LANG-1292 and is now fixed. Will be released in 3.6. > java.lang.StringIndexOutOfBoundsException resulting in WordUtils.wrap > --------------------------------------------------------------------- > > Key: LANG-1302 > URL: https://issues.apache.org/jira/browse/LANG-1302 > Project: Commons Lang > Issue Type: Bug > Affects Versions: 3.5 > Environment: Mac, Android, Linux > Reporter: Vadiraj Purohit > Assignee: Duncan Jones > Fix For: 3.6 > > > Commons-lang3:3.5 > Issue code: > String appName = "Google Play Store"; > appName = WordUtils.wrap(appName, appName.length()/2); > System.out.println(appName); > Resulting exception: > Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String > index out of range: -3 > 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 removedups.Main2.main(Main2.java:32) > This exception does not occur in commons-lang3:3.4 though -- This message was sent by Atlassian JIRA (v6.3.4#6332)