dbalek opened a new pull request, #7714: URL: https://github.com/apache/netbeans/pull/7714
Diagnostic reported via LSP are merged from the errors and hints computed separately. As the both partial sets of diagnostic are stored as a properties of the corresponding `Document` it is necessary ensure that both computations use the same `Document` instance. This change prevents `Document` instances to be garbage collected between errors and hints computations. -- 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
