Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 69643 invoked from network); 3 Mar 2011 04:34:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Mar 2011 04:34:01 -0000 Received: (qmail 37789 invoked by uid 500); 3 Mar 2011 04:33:59 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 37699 invoked by uid 500); 3 Mar 2011 04:33:58 -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 37688 invoked by uid 99); 3 Mar 2011 04:33:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Mar 2011 04:33:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Mar 2011 04:33:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2F6D74DEDE for ; Thu, 3 Mar 2011 04:33:37 +0000 (UTC) Date: Thu, 3 Mar 2011 04:33:37 +0000 (UTC) From: "Henri Yandell (JIRA)" To: issues@commons.apache.org Message-ID: <308393792.10153.1299126817191.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <194097076.7463.1299055056906.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (LANG-679) StringUtils.startsWithIgnoreCase whrong documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LANG-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001858#comment-13001858 ] Henri Yandell commented on LANG-679: ------------------------------------ Do you mean these examples? StringUtils.startsWithIgnoreCase(null, null) = true StringUtils.startsWithIgnoreCase(null, "abc") = false StringUtils.startsWithIgnoreCase("abcdef", null) = false StringUtils.startsWithIgnoreCase("abcdef", "abc") = true StringUtils.startsWithIgnoreCase("ABCDEF", "abc") = true If so, what's wrong with them? > 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