Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
6.0
-
New, Patch Available
Description
In the file PhraseSlopQueryNode.java, calls to getChild() and getChildren() might return null. Further operations on them might cause null pointer exceptions.
These can be fixed by checking for null in returned values.