Rishabh Patel created LUCENE-6628:
-------------------------------------

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


In the file {{SlopQueryNode.java}}, the values returned {{getChild()}} and 
{{getChildren()}} could be null. Further operations on them could result in 
null pointer exceptions. 

Fix by adding checks for null to the values returned by {{getChild()}} and 
{{getChildren()}}.



--
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