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

Michael Neifeld commented on LANG-679:
--------------------------------------

No, I'm meaning these:

StringUtils.startsWithIgnoreCase(null, null)      = true
StringUtils.startsWithIgnoreCase(null, "abcdef")  = false
StringUtils.startsWithIgnoreCase("abc", null)     = false
StringUtils.startsWithIgnoreCase("abc", "abcdef") = true
StringUtils.startsWithIgnoreCase("abc", "ABCDEF") = true

That can be found in version 2.4
As I understand this is fixed in more recent version, so it's can be closed ?

> StringUtils.startsWithIgnoreCase whrong documentation
> -----------------------------------------------------
>
>                 Key: LANG-679
>                 URL: https://issues.apache.org/jira/browse/LANG-679
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.*
>    Affects Versions: 2.4
>            Reporter: Michael Neifeld
>
> Examples within JavaDoc misleads about parameters - according to examples the 
> string and the prefix misplaced.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to