sdedic opened a new pull request, #6936: URL: https://github.com/apache/netbeans/pull/6936
This PR just adds NPE check to `GradleScopeBuilder`, as there are pre-defined 'abstract' scopes that inherit from Gradle configurations ... but they do not need to be present at all in a gradle project. During investigation of a bug I've added some more logging to gradle dependency implementation, I'd retain it. Finally, from the inception of Vulnerability Audit implementation, and introduction of `Diagnostic.ReporterControl`, there is a potential race on write to `TextDocumentService.diagnosticTasks`; simple synchronize() should solve that. -- 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
