pekuz commented on pull request #2629:
URL: https://github.com/apache/netbeans/pull/2629#issuecomment-800154920
There is a strange asymmetry in the provider interfaces:
- get parent can return null
- get root can not return null
Assuming a root should be reachable by traversing parents chain then
allowing the null in the parents chain but not allowing the null for the root
itself smells.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists