Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 68918 invoked from network); 21 Aug 2005 15:13:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Aug 2005 15:13:50 -0000 Received: (qmail 40475 invoked by uid 500); 21 Aug 2005 15:13:48 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 40449 invoked by uid 500); 21 Aug 2005 15:13:47 -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 40436 invoked by uid 99); 21 Aug 2005 15:13:47 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Aug 2005 08:13:47 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 321F7E3; Sun, 21 Aug 2005 17:13:46 +0200 (CEST) From: bugzilla@apache.org To: java-dev@lucene.apache.org Subject: DO NOT REPLY [Bug 35823] - [PATCH] BooleanScorer2 ArrayIndexOutOfBoundsException + alternative NearSpans X-Bugzilla-Reason: AssignedTo Message-Id: <20050821151346.321F7E3@ajax.apache.org> Date: Sun, 21 Aug 2005 17:13:46 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=35823 ------- Additional Comments From jakarta@ehatchersolutions.com 2005-08-21 17:13 ------- Paul - thanks for your continued efforts with this issue. I have, I believe, patched everything to match all the attachments to this issue and am getting errors on all the new TestSpans.java tests like this: [junit] Testcase: testSpanNearOrdered01(org.apache.lucene.search.spans.TestSpans): Caused an ERROR [junit] subSpans1: 2 after 2 [junit] java.lang.AssertionError: subSpans1: 2 after 2 [junit] at org.apache.lucene.search.spans.NearSpansOrdered.advanceAfterOrdered (NearSpansOrdered.java:159) [junit] at org.apache.lucene.search.spans.NearSpansOrdered.next(NearSpansOrdered.java:95) [junit] at org.apache.lucene.search.spans.SpanScorer.next(SpanScorer.java:50) [junit] at org.apache.lucene.search.Scorer.score(Scorer.java:47) [junit] at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:102) Re: the use of "assert" - I'm not sure we want to require JDK 1.4 just yet. We should discuss this on the dev list to be sure. I simply changed to AssertionError instead. Perhaps I've mispatched something? If you think that is the case, could you roll up all your changes into a single patch that I can apply to a clean trunk checkout of Lucene? Thanks! -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org