This is an automated email from the ASF dual-hosted git repository.

jlahoda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from a29d0fc6781 Merge pull request #8952 from Achal1607/fix-button-ui
     add 562e2e96ee4 Refactored configuration management for LSP module
     new e6ab901c83b Merge pull request #8514 from 
Achal1607/refactor-configuration

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:
 .../protocol/ClientConfigurationManager.java       | 205 ++++++++++++
 .../java/lsp/server/protocol/ConfigValueCache.java | 302 +++++++++++++++++
 .../server/protocol/LspServerTelemetryManager.java |  17 +-
 .../lsp/server/protocol/NbCodeClientWrapper.java   |   8 +-
 .../lsp/server/protocol/NbCodeLanguageClient.java  |   6 +
 .../modules/java/lsp/server/protocol/Server.java   |  82 +++--
 .../server/protocol/TextDocumentServiceImpl.java   |  44 +--
 .../lsp/server/protocol/WorkspaceServiceImpl.java  |  77 +++--
 .../EnablePreviewSingleSourceFile.java             |   9 +-
 .../java/lsp/server/TestCodeLanguageClient.java    |   6 +
 .../java/lsp/server/explorer/ProjectViewTest.java  |   7 +
 .../protocol/ClientConfigurationManagerTest.java   | 234 +++++++++++++
 .../lsp/server/protocol/ConfigValueCacheTest.java  | 371 +++++++++++++++++++++
 .../java/lsp/server/protocol/ServerTest.java       |  32 +-
 14 files changed, 1286 insertions(+), 114 deletions(-)
 create mode 100644 
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/ClientConfigurationManager.java
 create mode 100644 
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/ConfigValueCache.java
 create mode 100644 
java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/protocol/ClientConfigurationManagerTest.java
 create mode 100644 
java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/protocol/ConfigValueCacheTest.java


---------------------------------------------------------------------
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

Reply via email to