This is an automated email from the ASF dual-hosted git repository.
dbalek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 9ac4b89d29f Add SVG versions of more icons and newly identified
duplicates.
add ec8384f9438 LSP: Speed up publish diagnostics on project scan.
new 4a7bacc3575 Merge pull request #7737 from
dbalek/dbalek/lsp-publish-diags2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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