You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Rishabh Patel (JIRA)" <ji...@apache.org> on 2015/06/27 06:02:04 UTC

[jira] [Created] (LUCENE-6625) Potential null pointer exception

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