[
https://issues.apache.org/jira/browse/LANG-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niall Pemberton updated LANG-557:
---------------------------------
Fix Version/s: (was: 3.0)
2.5
> Javadoc wrong for StringUtils startsWith, startsWithIgnoreCase, endsWith and
> endsWithIgnoreCase
> -----------------------------------------------------------------------------------------------
>
> Key: LANG-557
> URL: https://issues.apache.org/jira/browse/LANG-557
> Project: Commons Lang
> Issue Type: Bug
> Components: lang.*
> Affects Versions: 2.4
> Environment:
> http://commons.apache.org/lang//api/org/apache/commons/lang/StringUtils.html
> Reporter: Anish K George
> Fix For: 2.5
>
>
> In the examples given along with the descriptions of startsWith,
> startsWithIgnoreCase, endsWith and endsWithIgnoreCase of StringUtils class,
> the full string and the suffix/prefix are used in the wrong order.
> eg:
> It is mentioned that StringUtils.startsWith("abc", "abcdef") = true
> It should be StringUtils.startsWith("abcdef", "abc") = true
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.