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 a1c5fec82f1 Merge pull request #9170 from apache/delivery
add 1baf2f4409c Added a new code action for fix imports cmd
new 2dc2800e2f6 Merge pull request #9062 from shivam71/cmd_fix_imports
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:
.../java/editor/imports/JavaFixAllImports.java | 8 +-
.../lsp/server/protocol/FixImportsCodeAction.java | 184 +++++++++++++++++++++
.../MoveClass.html => protocol/ui/FixImports.html} | 42 ++---
.../refactoring.css => protocol/ui/fixImports.css} | 7 -
.../java/lsp/server/protocol/ServerTest.java | 76 +++++++++
5 files changed, 280 insertions(+), 37 deletions(-)
create mode 100644
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/FixImportsCodeAction.java
copy
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/{refactoring/ui/MoveClass.html
=> protocol/ui/FixImports.html} (53%)
copy
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/{refactoring/ui/refactoring.css
=> protocol/ui/fixImports.css} (97%)
---------------------------------------------------------------------
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