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/12/02 05:38:59 UTC

[netbeans] branch master updated (a276333 -> 0533124)

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 a276333  Merge pull request #2569 from junichi11/netbeans-5060
     add 0533124  First attempt for Java getter/setter generator for the Java LSP server.

No new revisions were added by this update.

Summary of changes:
 .../lsp/server/protocol/GetterSetterGenerator.java | 164 +++++++++++++++++++++
 .../modules/java/lsp/server/protocol/Server.java   |   5 +-
 .../server/protocol/TextDocumentServiceImpl.java   | 158 +++++++++++++++++++-
 .../lsp/server/protocol/WorkspaceServiceImpl.java  |  30 +++-
 .../java/lsp/server/protocol/ServerTest.java       |  92 ++++++++++++
 java/java.lsp.server/vscode/package.json           |  46 +++++-
 java/java.lsp.server/vscode/src/extension.ts       |  24 +++
 7 files changed, 511 insertions(+), 8 deletions(-)
 create mode 100644 java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/GetterSetterGenerator.java


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