Open
Description
In the file ModifierQueryNode.java
, getChild()
and getChildren
could return null. Checks need to be made for the same to avoid null pointer exceptions.
Migrated from LUCENE-6626 by Rishabh Patel, updated May 09 2016
In the file ModifierQueryNode.java
, getChild()
and getChildren
could return null. Checks need to be made for the same to avoid null pointer exceptions.
Migrated from LUCENE-6626 by Rishabh Patel, updated May 09 2016