sdedic opened a new pull request #3502: URL: https://github.com/apache/netbeans/pull/3502
This PR focus on integration-testing the projects view. It checks basic scenarios: created files appear, deleted disappear and the package nodes restructure according to the occupied folders. I moved certain registrations / layer folders from `nbcode` integration module to LSP module - these are harmless for IDE execution, but the LSP server (which can be potentially started inside NB IDE) does not function without those folders well. Also `foundProjects` view is defined in the LSP server but its critical cookie registrations were in the integration module - a different distribution. During testing, I've encountered a NPE thrown when the client asks for details of a non-existing node: this is fixed by the last commit. -- 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. To unsubscribe, e-mail: [email protected] 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
