Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC999173AC for ; Wed, 9 Dec 2015 14:11:11 +0000 (UTC) Received: (qmail 77880 invoked by uid 500); 9 Dec 2015 14:11:11 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 77770 invoked by uid 500); 9 Dec 2015 14:11:11 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 77628 invoked by uid 99); 9 Dec 2015 14:11:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2015 14:11:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0DC932C1F60 for ; Wed, 9 Dec 2015 14:11:11 +0000 (UTC) Date: Wed, 9 Dec 2015 14:11:11 +0000 (UTC) From: "Yasar Siddiqui (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LANG-1191) Incorrect javadoc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LANG-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15048715#comment-15048715 ] Yasar Siddiqui commented on LANG-1191: -------------------------------------- This has been fixed in the javadoc Reference URL - http://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/StringUtils.html#containsAny(java.lang.CharSequence,%20java.lang.CharSequence...) > 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 > > 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)