You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Brent Worden (JIRA)" <ji...@apache.org> on 2016/01/26 05:27:39 UTC

[jira] [Updated] (LANG-1191) Incorrect javadoc

     [ https://issues.apache.org/jira/browse/LANG-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brent Worden updated LANG-1191:
-------------------------------
    Attachment: LANG-1191.diff

> Incorrect javadoc
> -----------------
>
>                 Key: LANG-1191
>                 URL: https://issues.apache.org/jira/browse/LANG-1191
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.*
>    Affects Versions: 3.4
>            Reporter: qed
>            Priority: Minor
>         Attachments: LANG-1191.diff
>
>
> Javadoc for boolean org.apache.commons.lang3.StringUtils.containsAny(CharSequence cs, CharSequence... searchCharSequences) says:
> StringUtils.containsAny("abcd", "ab", "cd") = false
> which is not true. It should be:
> StringUtils.containsAny("abcd", "ab", "cd") = true



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