This is an automated email from the ASF dual-hosted git repository. sdedic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 47c2df77c127c4a79caa1e042e907508548eb95f Merge: 9212424b97 54779f9df7 Author: Svatopluk Dedic <[email protected]> AuthorDate: Tue May 28 09:35:39 2024 +0200 Merge pull request #7401 from sdedic/lsp/apply-workspace-edit API/SPI to apply WorkspaceEdit ide/api.lsp/apichanges.xml | 17 +- ide/api.lsp/manifest.mf | 2 +- ide/api.lsp/nbproject/project.properties | 2 +- .../api/lsp/ResourceModificationException.java | 149 ++++++++++ .../src/org/netbeans/api/lsp/WorkspaceEdit.java | 30 ++ .../netbeans/spi/lsp/ApplyEditsImplementation.java | 54 ++++ .../nbproject/project.properties | 3 +- ide/project.dependency/nbproject/project.xml | 41 ++- .../DefaultApplyEditsImplementation.java | 161 +++++++++++ .../dependency/impl/TextDocumentEditProcessor.java | 20 +- .../unit/data/ProjectArtifactImplementation.java | 88 ++++++ .../DefaultApplyEditsImplementationTest.java | 291 +++++++++++++++++++ .../integration/LspApplyEditsImplementation.java | 31 ++ java/java.lsp.server/nbproject/project.xml | 2 +- .../netbeans/modules/java/lsp/server/Utils.java | 17 +- .../ui/AbstractApplyEditsImplementation.java | 171 +++++++++++ .../test/unit/data/ResourceTestingData.java | 102 +++++++ .../ui/AbstractApplyEditsImplementationTest.java | 313 +++++++++++++++++++++ 18 files changed, 1485 insertions(+), 9 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
