lkishalmi commented on PR #6598: URL: https://github.com/apache/netbeans/pull/6598#issuecomment-1772978524
> looks good! > > questions: what happens if a project changes settings, like the gradle version, would this require a fresh connector or will the old one from the map still work? Yes, theoretically even one connector would be enough. > > can a project disconnect itself if it is closed? Wondering if there is an event for that. That's a good question. The answer is yes and no, as the actual `disconnect()` method is implemented on the `DefaultProjectConnection` (Gradle internal), however that method is not exported through the `ProjectConnection` interface, also calling the `close()` method would not call it implicitly. -- 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
