You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Tony Liang (Jira)" <ji...@apache.org> on 2020/10/28 20:26:00 UTC

[jira] [Created] (LANG-1610) StringUtils.unwrap throws StringIndexOutOfBoundsException

Tony Liang created LANG-1610:
--------------------------------

             Summary: StringUtils.unwrap throws StringIndexOutOfBoundsException
                 Key: LANG-1610
                 URL: https://issues.apache.org/jira/browse/LANG-1610
             Project: Commons Lang
          Issue Type: Bug
          Components: lang.*
            Reporter: Tony Liang


Calling

{{StringUtils.unwrap("ababa", "aba");}}

throws java.lang.StringIndexOutOfBoundsException: String index out of range: -1



--
This message was sent by Atlassian Jira
(v8.3.4#803005)