Chris Hostetter wrote:
: The exception is expected if you use CharStream aware Tokenizer without
: CharFilters.
Koji: i thought all of the casts had been eliminated and replaced with
a call to CharReader.get(Reader) ?
Yeah, right. After r758137, ClassCastException should be eliminated.
http://svn.apache.org/viewvc?view=rev&revision=758137
And then CharReader.get(Reader) idiom added as hoss suggested:
http://svn.apache.org/viewvc?view=rev&revision=758161
Ashish, what revision/nightly version did you use when you got ClassCast
Exception?
Koji