You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jl...@apache.org on 2020/07/31 05:13:50 UTC

[netbeans] branch master updated (277ab58 -> 0b4f995)

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 277ab58  Merge pull request #2222 from arusinha/netbeans-4311
     add 0b4f995  Improvements to the Java LSP Server

No new revisions were added by this update.

Summary of changes:
 .../netbeans/modules/editor/java/GoToSupport.java  |  15 +-
 .../java/hints/errors/AddParameterOrLocalFix.java  | 136 ++++-----
 .../modules/java/hints/errors/CreateElement.java   |   6 +-
 .../modules/java/hints/errors/ImportClass.java     |   7 +-
 .../hints/errors/AddParameterOrLocalFixTest.java   |   5 +-
 .../java/hints/errors/CreateElementTest.java       |   5 +-
 .../hints/infrastructure/ErrorHintsTestBase.java   |   1 +
 java/java.lsp.server/build.xml                     |   6 +-
 java/java.lsp.server/nbproject/project.xml         |   5 +
 .../netbeans/modules/java/lsp/server/Server.java   |  11 +-
 .../lsp/server/text/TextDocumentServiceImpl.java   | 192 +++++++++++--
 .../modules/java/lsp/server/ServerTest.java        | 320 ++++++++++++++++++++-
 java/java.lsp.server/vscode/package-lock.json      |   2 +-
 java/java.lsp.server/vscode/package.json           |   2 +-
 .../src/{VerifyJDK11.java => VerifyJDK14.java}     |   6 +-
 java/java.lsp.server/vscode/src/extension.ts       |   4 +-
 java/java.sourceui/manifest.mf                     |   2 +-
 .../netbeans/api/java/source/ui/ElementOpen.java   |  19 +-
 18 files changed, 586 insertions(+), 158 deletions(-)
 rename java/java.lsp.server/vscode/src/{VerifyJDK11.java => VerifyJDK14.java} (89%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists