From issues-return-3855-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Thu Apr 24 14:33:03 2008 Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 24751 invoked from network); 24 Apr 2008 14:33:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2008 14:33:03 -0000 Received: (qmail 30708 invoked by uid 500); 24 Apr 2008 14:33:02 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 30568 invoked by uid 500); 24 Apr 2008 14:33:02 -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 30557 invoked by uid 99); 24 Apr 2008 14:33:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 07:33:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 14:32:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D2B7F234C102 for ; Thu, 24 Apr 2008 07:29:21 -0700 (PDT) Message-ID: <991120796.1209047361861.JavaMail.jira@brutus> Date: Thu, 24 Apr 2008 07:29:21 -0700 (PDT) From: "Artem Sakhnov (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (LANG-428) StringUtils.isNumeric In-Reply-To: <1952568186.1209032961704.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LANG-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592081#action_12592081 ] Artem Sakhnov commented on LANG-428: ------------------------------------ just put there 1 more condition for empty string )))) thats be nice. > StringUtils.isNumeric > --------------------- > > Key: LANG-428 > URL: https://issues.apache.org/jira/browse/LANG-428 > Project: Commons Lang > Issue Type: Bug > Affects Versions: 2.3 > Reporter: Artem Sakhnov > Assignee: James Carman > Priority: Minor > > StringUtils.isNumeric. > if we put empty string as parameter we got true. > StringUtils.isNumeric("") return true. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.