Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 87242 invoked from network); 17 Jun 2006 04:58:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jun 2006 04:58:27 -0000 Received: (qmail 90174 invoked by uid 500); 17 Jun 2006 04:58:05 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 88851 invoked by uid 500); 17 Jun 2006 04:57:57 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 88215 invoked by uid 99); 17 Jun 2006 04:57:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 21:57:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 21:31:43 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C23E67141E0 for ; Sat, 17 Jun 2006 04:28:29 +0000 (GMT) Message-ID: <13484339.1150518509765.JavaMail.jira@brutus> Date: Sat, 17 Jun 2006 04:28:29 +0000 (GMT+00:00) From: "AqD (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Created: (LUCENENET-6) DateField bug in 1.9 RC1 build 4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DateField bug in 1.9 RC1 build 4 -------------------------------- Key: LUCENENET-6 URL: http://issues.apache.org/jira/browse/LUCENENET-6 Project: Lucene.NET Type: Bug Environment: Windows Server 2003 on Vmware, .NET 2.0.50727 Reporter: AqD Lucene.Net/Document/DateField.cs, line 52 private static int DATE_LEN = System.Convert.ToString( 1000L * 365 * 24 * 60 * 60 * 1000, 16).Length; should be: private static int DATE_LEN = SupportClass.Number.ToString( 1000L * 365 * 24 * 60 * 60 * 1000, 16).Length; -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org