[ 
https://issues.apache.org/jira/browse/LANG-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15171901#comment-15171901
 ] 

ASF GitHub Bot commented on LANG-1210:
--------------------------------------

GitHub user mniehoff opened a pull request:

    https://github.com/apache/commons-lang/pull/126

    LANG-1210 Fixed JavaDoc

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mniehoff/commons-lang master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/126.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #126
    
----
commit 447846e111bddbb2fb98ea1c12bc356ad993c8ab
Author: Matthias Niehoff <[email protected]>
Date:   2016-02-29T14:14:25Z

    LANG-1210 Fixed JavaDoc

----


> StringUtils#startsWithAny has wrong javadoc
> -------------------------------------------
>
>                 Key: LANG-1210
>                 URL: https://issues.apache.org/jira/browse/LANG-1210
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.*
>    Affects Versions: 3.3.2, 3.4, 3.x
>            Reporter: Matthias Niehoff
>            Priority: Minor
>
> startsWithAny says in its javaDoc: 
> {code:java}
> /** 
> @return {@code true} if the CharSequence starts with any of the the prefixes, 
> case insensitive, or both {@code null} 
> **/
> {code} 
> but uses startsWith(final CharSequence str, final CharSequence prefix) which 
> is *case sensitive*.
> Either the JavaDoc of startsWithAny method should be changed or 
> startsWithIgnoreCase() or startsWith(CharSequence,CharSequence,boolean) 
> should be used.



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

Reply via email to