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 f84f06453f Merge pull request #6996 from
dbalek/dbalek/micronaut-symbol-remove
add a0968f906f LSP: Do not compute text edits in source actions on
`resolve` call.
new 1c19e60bc6 Merge pull request #6990 from
dbalek/dbalek/lsp-source-actions-update
The 1 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:
.../db/MicronautDataEndpointGenerator.java | 171 +++++++++++++--------
.../netbeans/modules/java/lsp/server/Utils.java | 2 +-
.../lsp/server/protocol/CodeActionsProvider.java | 6 +-
.../protocol/CodeActionsProvider2LspApiBridge.java | 11 +-
.../lsp/server/protocol/ConstructorGenerator.java | 46 +++---
.../server/protocol/DelegateMethodGenerator.java | 41 ++---
.../server/protocol/EqualsHashCodeGenerator.java | 36 +++--
.../lsp/server/protocol/GetterSetterGenerator.java | 50 +++---
.../protocol/ImplementOverrideMethodGenerator.java | 35 +++--
.../java/lsp/server/protocol/LoggerGenerator.java | 28 ++--
.../server/protocol/TextDocumentServiceImpl.java | 34 +---
.../lsp/server/protocol/ToStringGenerator.java | 37 ++---
.../java/lsp/server/protocol/ServerTest.java | 101 +++++++++---
java/java.lsp.server/vscode/src/extension.ts | 24 +--
14 files changed, 371 insertions(+), 251 deletions(-)
---------------------------------------------------------------------
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