Yes I make progress with 1693!!! I think I assign to this, as Michael seems
to have no time to review and work on it.

I am currently repairing the last problems and inconsistencies in the
AttributeSource with captureState and toString and so on, because attributes
can now be implemented by more than one impl and one impl can implement more
than one attribute (best example: Token).

I will post a patch very soon (the last tests are running now). I also added
a lot of new tests :-)

After that 1693 needs only your idea from 1678, to detect if in non-final
classes, any subclass overrides deprecated methods. Problematic core token
streams are:
- ISOLatin1Filter (no-final and deprecated, so maybe it should not implement
incrementToken at all) -> would be fixed then.
- KeywordTokenizer should normally be final, but is not :( -> needs this
special trick
- StandardTokenizer is the same, should be final, but isn't

If these three would not be there, I could finish 1693 now. Contrib
analyzers could have this prob, too, but this must be checked when doing the
transformation there. If the backwards wrapper is available, we could do
this like with the analyzers in 1678.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de

> -----Original Message-----
> From: Michael McCandless [mailto:luc...@mikemccandless.com]
> Sent: Tuesday, July 14, 2009 6:44 PM
> To: java-dev@lucene.apache.org
> Subject: 2.9 issues remaining
> 
> We are down to 20 issues left for 2.9!
> 
> For those of you who have 2.9 issues assigned to you, but haven't
> started yet or won't be able to get to them soon, can you unassign
> yourself, and/or push the issue out?
> 
> I'd like to start taking some of them.
> 
> I realize a number of issues are held up on LUCENE-1693, so we really
> need get that [big] one done soon.
> 
> Mike
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-dev-h...@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to