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 2019/01/10 20:31:30 UTC

[GitHub] peedeeboy opened a new pull request #1082: [Netbeans-1613] Fix for 'Select in Project' having no effect in JavaSE Modular Projects

peedeeboy opened a new pull request #1082: [Netbeans-1613] Fix for 'Select in Project' having no effect in JavaSE Modular Projects
URL: https://github.com/apache/incubator-netbeans/pull/1082
 
 
   Creating an implementation of PathFinder as an inner class of MultiModuleNodeFactory, called ModulePathFinder.  This is registered in the lookup of the ModuleNode class when it is created.
   
   As there is nothing to lookup in ModuleNode, this class delegates down to its children to check if the target is one of their source files / library files.
   
   Have tried to keep coding standards as close as possible to original Class author's.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

---------------------------------------------------------------------
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