This is an automated email from the ASF dual-hosted git repository. dbalek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 4a7bacc3575f595960c1fdff66a9bc58c7f5070d Merge: 9ac4b89d29f ec8384f9438 Author: Dusan Balek <[email protected]> AuthorDate: Fri Sep 27 17:41:39 2024 +0200 Merge pull request #7737 from dbalek/dbalek/lsp-publish-diags2 LSP: Speed up publish diagnostics on project scan. .../hints/MicronautConfigErrorProvider.java | 22 ++++-- .../modules/csl/core/TLIndexerFactory.java | 27 +++++++- ide/parsing.indexing/apichanges.xml | 14 ++++ ide/parsing.indexing/nbproject/project.properties | 2 +- .../parsing/impl/indexing/errors/TaskCache.java | 81 ++++++++++++++++------ .../modules/parsing/spi/indexing/ErrorsCache.java | 68 ++++++++++++++++++ .../java/lsp/server/protocol/ErrorsNotifier.java | 55 +++++++++++++-- .../server/protocol/TextDocumentServiceImpl.java | 2 +- .../java/lsp/server/protocol/ServerTest.java | 10 ++- .../java/source/indexing/JavaCustomIndexer.java | 33 ++++++--- .../java/source/indexing/VanillaCompileWorker.java | 2 +- 11 files changed, 266 insertions(+), 50 deletions(-) --------------------------------------------------------------------- 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
