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 cc68158040 Merge pull request #7371 from
jhorvath/compartment-to-ociitem
add 2221df66bc Filtering TextDocumentService.codeAction results based on
the provided kinds.
add c6843c4a8d Merge pull request #7368 from lahodaj/JAVAVSCODE-153
No new revisions were added by this update.
Summary of changes:
.../db/MicronautDataEndpointGenerator.java | 7 ++
.../db/MicronautEndpointTestGenerator.java | 6 +
ide/api.lsp/apichanges.xml | 13 +++
ide/api.lsp/manifest.mf | 2 +-
.../org/netbeans/spi/lsp/CodeActionProvider.java | 13 +++
.../netbeans/modules/java/lsp/server/Utils.java | 7 ++
.../lsp/server/protocol/CodeActionsProvider.java | 5 +
.../protocol/CodeActionsProvider2LspApiBridge.java | 25 ++++
.../lsp/server/protocol/IntroduceCodeActions.java | 126 +++++++++++++++++++++
.../server/protocol/TextDocumentServiceImpl.java | 66 ++++-------
.../java/lsp/server/protocol/ServerTest.java | 89 +++++++++++++++
11 files changed, 311 insertions(+), 48 deletions(-)
create mode 100644
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/IntroduceCodeActions.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