Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
javadoc of ItemDelegate#getParent currently states that a null value indicates that the target item is the root node.
since the parent might not be accessible i would rather change the javadoc
to state that null either indicates that the target is root OR the parent
is not accessible.