Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 30199 invoked from network); 6 Nov 2003 15:32:10 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Nov 2003 15:32:10 -0000 Received: (qmail 69127 invoked by uid 500); 6 Nov 2003 15:32:03 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 69104 invoked by uid 500); 6 Nov 2003 15:32:02 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 69086 invoked from network); 6 Nov 2003 15:32:01 -0000 Received: from unknown (HELO c000.snv.cp.net) (209.228.32.64) by daedalus.apache.org with SMTP; 6 Nov 2003 15:32:01 -0000 Received: (cpmta 25749 invoked from network); 6 Nov 2003 07:32:02 -0800 Received: from 128.143.135.171 (HELO ehatchersolutions.com) by smtp.hatcher.net (209.228.32.64) with SMTP; 6 Nov 2003 07:32:02 -0800 X-Sent: 6 Nov 2003 15:32:02 GMT Date: Thu, 6 Nov 2003 10:32:15 -0500 Subject: Re: [FilterIndexReader]; [build.xml] RC2 package build issues. Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Erik Hatcher To: "Lucene Developers List" Content-Transfer-Encoding: 7bit In-Reply-To: <008301c3a470$36a85600$49098c92@pcara> Message-Id: <65F85E92-106E-11D8-A591-000393A564E6@ehatchersolutions.com> X-Mailer: Apple Mail (2.552) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thursday, November 6, 2003, at 09:13 AM, Gregor Heinrich wrote:\ > FilterIndexReader.FilterTermPositions.nextPosition() where the member > in is > referenced. Although it actually is the same variable in a twofold > interpretation -- inherited from FilterTermDocs and accessed via > enclosing > scope also from FilterTermDocs -- the compiler frontend detects an > error. I > think it would not > be a problem for anyone to make the reference explicit by replacing > > ((TermPositions)in).nextPosition() > > by > > ((TermPositions)this.in).nextPosition() Sounds like a bug you should report to Eclipse. No error reported in IDEA :)) I've gone ahead and committed this change though. Erik --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org