[ 
https://issues.apache.org/jira/browse/LUCENE-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shai Erera resolved LUCENE-1250.
--------------------------------

    Resolution: Fixed

Committed revision 1063271 (3x).
Committed revision 1063272 (trunk).

Thanks David !

> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to