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 a0139128cb5 Merge pull request #7822 from
sdedic/vscode/default-jdk-check
add 38cf35ab871 Roots (and directories) containing multi-file launcher
sources should respond to ClassPath queries.
new 6cc84c83359 Merge pull request #7733 from
lahodaj/multi-source-launcher-classpath-for-registered-roots
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:
.../launcher/AttributeBasedSingleFileOptions.java | 20 ++++
.../modules/java/file/launcher/SharedRootData.java | 59 +++++++++---
.../java/file/launcher/SingleSourceFileUtil.java | 9 ++
.../launcher/queries/MultiSourceRootProvider.java | 101 +++++++++++++++++----
.../spi/SingleFileOptionsQueryImplementation.java | 5 +-
.../queries/Bundle_registerroots.properties} | 1 -
.../queries/MultiSourceRootProviderTest.java | 61 ++++++++++++-
.../SingleFileOptionsQueryImpl.java | 8 +-
.../org/netbeans/modules/java/Bundle.properties | 2 +
.../src/org/netbeans/modules/java/JavaNode.java | 29 ++++++
10 files changed, 257 insertions(+), 38 deletions(-)
rename
java/{java.lsp.server/nbcode/branding/modules/org-netbeans-modules-java-file-launcher.jar/org/netbeans/modules/java/file/launcher/queries/Bundle.properties
=>
java.file.launcher/test/unit/src/org/netbeans/modules/java/file/launcher/queries/Bundle_registerroots.properties}
(99%)
---------------------------------------------------------------------
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