Rishabh Patel created LUCENE-6625:
-------------------------------------

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


In the file {{GroupQueryNode.java}}, there are several calls to {{getChild()}} 
and {{getChildren()}} whose results could be null. Further operations on them 
would lead to null pointer exceptions.

Fix by checking for null



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