Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
6.0
-
New, Patch Available
Description
In the file Trie.java, getRow() can return null. Further operations on the returned null, will result in null pointer exceptions.
Fix by checking for null.