You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/03/16 10:50:18 UTC

[GitHub] [netbeans] pekuz commented on pull request #2629: [NETBEANS-5204] New Gradle Sub-project handling

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists