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 af92e2ce22 Merge pull request #6197 from 
sdedic/maven/missing-artifacts2
     new 1e60f8fafe Allow for a lazy computation of CodeAction edits.
     new 15d73cdb5b Test modified to allow for lazy CodeAction edits 
computation.
     new f49ef0246b Merge pull request #6208 from 
dbalek/dbalek/lazy-code-actions

The 8851 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                         |  12 +++
 ide/api.lsp/manifest.mf                            |   2 +-
 .../src/org/netbeans/api/lsp/LazyCodeAction.java   |  72 ++++++++++++++
 java/java.hints/nbproject/project.xml              |   2 +-
 .../hints/infrastructure/JavaErrorProvider.java    | 108 +++++++++++----------
 java/java.lsp.server/nbproject/project.xml         |   2 +-
 .../server/protocol/TextDocumentServiceImpl.java   |  57 ++++++++++-
 .../java/lsp/server/protocol/ServerTest.java       |  78 +++++++++++----
 8 files changed, 255 insertions(+), 78 deletions(-)
 create mode 100644 ide/api.lsp/src/org/netbeans/api/lsp/LazyCodeAction.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