Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 49731 invoked from network); 22 Jun 2006 15:15:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jun 2006 15:15:01 -0000 Received: (qmail 77036 invoked by uid 500); 22 Jun 2006 15:14:58 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 76993 invoked by uid 500); 22 Jun 2006 15:14: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 76978 invoked by uid 99); 22 Jun 2006 15:14:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 08:14:57 -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; Thu, 22 Jun 2006 08:14:56 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 22D82410005 for ; Thu, 22 Jun 2006 15:13:30 +0000 (GMT) Message-ID: <22928380.1150989210139.JavaMail.jira@brutus> Date: Thu, 22 Jun 2006 15:13:30 +0000 (GMT+00:00) From: "DM Smith (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-611) TestConstantScoreRangeQuery does not compile with ecj In-Reply-To: <12001627.1150984289787.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/LUCENE-611?page=comments#action_12417319 ] DM Smith commented on LUCENE-611: --------------------------------- I have checked all of trunk/src/{java,demo,test} but not gcj. I have not checked any of contrib yet. Give me a bit and I'll check these out also. > TestConstantScoreRangeQuery does not compile with ecj > ----------------------------------------------------- > > Key: LUCENE-611 > URL: http://issues.apache.org/jira/browse/LUCENE-611 > Project: Lucene - Java > Type: Bug > Components: Search > Versions: 2.0.0 > Environment: Eclipse 3.1.2, FC5 > Reporter: DM Smith > Attachments: TestConstantScoreRangeQueryPatch.txt > > TestConstantScoreRangeQuery has an assertEquals(String, Float, Float) > but most of the calls to assertEquals are (String, int, int). > ecj complains with the following error: > The method assertEquals(String, float, float) is ambiguous for the type TestConstantScoreRangeQuery > The simple solution is to supply an assertEquals(String, int, int) which calls Assert.assertEquals(String, int, int) > Patch to follow. -- 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