You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shai Erera (JIRA)" <ji...@apache.org> on 2011/01/25 14:22:48 UTC

[jira] Updated: (LUCENE-1250) Some equals methods do not check for null argument

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

Shai Erera updated LUCENE-1250:
-------------------------------

        Lucene Fields: [New, Patch Available]  (was: [New])
    Affects Version/s:     (was: 2.3.2)
                           (was: 2.3.1)
        Fix Version/s: 4.0
                       3.1

This is now only applicable to OrdFieldSource and ReverseOrdFieldSource. I'll fix both of them.

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