You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Duncan Jones (JIRA)" <ji...@apache.org> on 2016/12/22 15:25:58 UTC

[jira] [Resolved] (LANG-1302) java.lang.StringIndexOutOfBoundsException resulting in WordUtils.wrap

     [ https://issues.apache.org/jira/browse/LANG-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duncan Jones resolved LANG-1302.
--------------------------------
       Resolution: Duplicate
         Assignee: Duncan Jones
    Fix Version/s: 3.6

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)