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

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


    from 9212424b97 Merge pull request #7201 from 
lahodaj/java-modules-using-jdk9-plus
     add 54779f9df7 API/SPI to apply WorkspaceEdit
     new 47c2df77c1 Merge pull request #7401 from 
sdedic/lsp/apply-workspace-edit

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:
 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 +++++++++++
 .../unit/data/ResourceTestingData.java}            |   0
 .../ui/AbstractApplyEditsImplementationTest.java   | 313 +++++++++++++++++++++
 18 files changed, 1383 insertions(+), 9 deletions(-)
 create mode 100644 
ide/api.lsp/src/org/netbeans/api/lsp/ResourceModificationException.java
 create mode 100644 
ide/api.lsp/src/org/netbeans/spi/lsp/ApplyEditsImplementation.java
 create mode 100644 
ide/project.dependency/src/org/netbeans/modules/project/dependency/DefaultApplyEditsImplementation.java
 create mode 100644 
ide/project.dependency/test/unit/data/ProjectArtifactImplementation.java
 create mode 100644 
ide/project.dependency/test/unit/src/org/netbeans/modules/project/dependency/DefaultApplyEditsImplementationTest.java
 create mode 100644 
java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/LspApplyEditsImplementation.java
 create mode 100644 
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/ui/AbstractApplyEditsImplementation.java
 copy 
java/java.lsp.server/{src/org/netbeans/modules/java/lsp/server/ui/AbstractGlobalActionContext.java
 => test/unit/data/ResourceTestingData.java} (100%)
 create mode 100644 
java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/ui/AbstractApplyEditsImplementationTest.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