[
https://issues.apache.org/jira/browse/LUCENE-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-6333.
----------------------------------
Resolution: Fixed
Fix Version/s: 5.1
Trunk
Thanks Lee!
> Clean up overridden .equals and .hashCode methods in Query subclasses
> ---------------------------------------------------------------------
>
> Key: LUCENE-6333
> URL: https://issues.apache.org/jira/browse/LUCENE-6333
> Project: Lucene - Core
> Issue Type: Improvement
> Components: core/search
> Affects Versions: 5.0
> Reporter: Lee Hinman
> Priority: Minor
> Fix For: Trunk, 5.1
>
> Attachments: LUCENE-6333.patch
>
>
> As a followup to LUCENE-6304, all classes that subclass Query and override
> the {{equals}} and {{hashCode}} methods should call super.equals/hashCode
> and, when possible, not override the methods at all.
> For example, TermQuery.hashCode overrides the Query.hashCode, but will be
> exactly the same code once LUCENE-6304 is merged.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]