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: [email protected]
For additional commands, e-mail: [email protected]