[ https://issues.apache.org/jira/browse/LUCENE-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Otis Gospodnetic resolved LUCENE-828. ------------------------------------- Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) Patch applied, thanks Paul! > Term's equals() throws ClassCastException if passed something other than a > Term > ------------------------------------------------------------------------------- > > Key: LUCENE-828 > URL: https://issues.apache.org/jira/browse/LUCENE-828 > Project: Lucene - Java > Issue Type: Bug > Affects Versions: 2.1 > Reporter: Paul Cowan > Priority: Trivial > Attachments: termequals.patch > > > Term.equals(Object) does a cast to Term without checking if the other object > is a Term. > It's unlikely that this would ever crop up but it violates the implied > contract of Object.equals(). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]