Open
Description
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()
.
Migrated from LUCENE-6628 by Rishabh Patel, updated May 09 2016