Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
6.0
-
New, Patch Available
Description
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