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