You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by db...@apache.org on 2021/01/07 18:26:29 UTC

[netbeans] branch master updated (a88a3de -> 8aecfea)

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 a88a3de  Merge pull request #2641 from sdedic/sdedic/lsp_progress
     add 8aecfea  Make IntroduceElement fixes available as LSP CodeActions. (#2647)

No new revisions were added by this update.

Summary of changes:
 .../IntroduceExpressionBasedMethodFix.java         |  29 +-
 .../java/hints/introduce/IntroduceFieldFix.java    |  17 +-
 .../java/hints/introduce/IntroduceFixBase.java     |  12 +-
 .../java/hints/introduce/IntroduceMethodFix.java   |  17 +-
 .../java/hints/introduce/IntroduceVariableFix.java |  39 +-
 .../server/protocol/TextDocumentServiceImpl.java   |  57 ++-
 .../java/lsp/server/protocol/ServerTest.java       | 438 ++++++++++++++++++++-
 java/java.lsp.server/vscode/src/extension.ts       |   9 +
 8 files changed, 569 insertions(+), 49 deletions(-)


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