Rishabh Patel created LUCENE-6627:
-------------------------------------

             Summary: Null dereference
                 Key: LUCENE-6627
                 URL: https://issues.apache.org/jira/browse/LUCENE-6627
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/queryparser
    Affects Versions: Trunk
            Reporter: Rishabh Patel
            Priority: Minor
             Fix For: Trunk


In the file {{PhraseSlopQueryNode.java}}, calls to {{getChild()}} and 
{{getChildren()}} might return null. Further operations on them might cause 
null pointer exceptions. 

These can be fixed by checking for null in returned values.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to