[
https://issues.apache.org/jira/browse/LUCENE-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera reassigned LUCENE-1250:
----------------------------------
Assignee: Shai Erera
> Some equals methods do not check for null argument
> --------------------------------------------------
>
> Key: LUCENE-1250
> URL: https://issues.apache.org/jira/browse/LUCENE-1250
> Project: Lucene - Java
> Issue Type: Bug
> Components: Index, Search
> Reporter: David Dillard
> Assignee: Shai Erera
> Priority: Minor
> Fix For: 3.1, 4.0
>
>
> The equals methods in the following classes do not check for a null argument
> and thus would incorrectly fail with a null pointer exception if passed null:
> - org.apache.lucene.index.SegmentInfo
> - org.apache.lucene.search.function.CustomScoreQuery
> - org.apache.lucene.search.function.OrdFieldSource
> - org.apache.lucene.search.function.ReverseOrdFieldSource
> - org.apache.lucene.search.function.ValueSourceQuery
> If a null parameter is passed to equals() then false should be returned.
--
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]