This is an automated email from the ASF dual-hosted git repository.
jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 4737743 LSP: Extract Superclass and Extract Interface refactorings
added. (#3138)
new e6dd773 When module enabling fails, provide list of dependencies that
are missing
new d1a06dd Increasing consistency for all operations. Making them
idempotent.
new f221f58 Use nbm run apisupport to install support for editing
NetBeans sources
new 07f01e0 Verify npm run apisupport can finish without errors
new 670a548 Merge pull request #3129 from
JaroslavTulach/jtulach/UseApiSupport
The 5827 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/java.lsp.server/build.xml | 5 +
java/java.lsp.server/vscode/BUILD.md | 18 ++-
java/java.lsp.server/vscode/package.json | 5 +-
platform/autoupdate.cli/manifest.mf | 2 +-
.../modules/autoupdate/cli/CodeNameMatcher.java | 72 +++++++++++
.../modules/autoupdate/cli/ModuleOptions.java | 132 ++++++++++-----------
.../src/org/netbeans/IllegalModuleException.java | 21 ++--
.../src/org/netbeans/ModuleManager.java | 6 +-
8 files changed, 177 insertions(+), 84 deletions(-)
create mode 100644
platform/autoupdate.cli/src/org/netbeans/modules/autoupdate/cli/CodeNameMatcher.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