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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
