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

Tommaso Teofili updated OAK-286:
--------------------------------

    Attachment: OAK-286.patch

trivial patch which checks for first being not null
                
> Possible NPE in LuceneIndex
> ---------------------------
>
>                 Key: OAK-286
>                 URL: https://issues.apache.org/jira/browse/OAK-286
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.4
>            Reporter: Tommaso Teofili
>            Priority: Trivial
>             Fix For: 0.5
>
>         Attachments: OAK-286.patch
>
>
> in LuceneIndex#getQuery(Filter) the first variable is initialized to null and 
> updated to a meaningful value only if pr.first is not null, thus it may 
> result in NPE when calling first.equals(last) (line 168).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to