The inner class org.apache.lucene.index.MergePolicy.MergeSpecification implements the Cloneable tag interface, but doesn't actually implement a clone method. Should this class really be cloneable? Based on the fact that MergeSpecification maintains a list of OneMerge objects, which aren't cloneable, I'm guessing cloneable isn't desired.
I can whip up a patch either way, though removing Cloneable wouldn't be much of a patch. Let me know. -nathan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
