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

[jira] [Created] (LANG-1281) Javadoc of StringUtils.ordinalIndexOf is contradictory.

Andreas Lundblad created LANG-1281:
--------------------------------------

             Summary: Javadoc of StringUtils.ordinalIndexOf is contradictory.
                 Key: LANG-1281
                 URL: https://issues.apache.org/jira/browse/LANG-1281
             Project: Commons Lang
          Issue Type: Bug
          Components: lang.*
    Affects Versions: 3.5
            Reporter: Andreas Lundblad
            Priority: Minor


Javadoc of StringUtils.ordinalIndexOf states the following:

"The code increments the starting index by one, rather than by the length of the match string, so matches may overlap."

But then gives the following example:

StringUtils.ordinalIndexOf("aabaabaa", "", 2) = 0

which clearly indicates that it does *not* increment the starting index by one in case of the empty string.






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