Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
NodeImpl#getParent throws an exception with the following message if
the underlying NodeDelegate doesn't expose the parent node:
throw new ItemNotFoundException("Root has no parent");
the parent might be null if it is not accessible and a null return
value doesn't necessarily indicate that the current node is the root node.