This is an automated email from the ASF dual-hosted git repository. jlahoda pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 6cc84c833592ecbe922ee7222a92d28a4eedfbbe Merge: a0139128cb5 38cf35ab871 Author: Jan Lahoda <[email protected]> AuthorDate: Thu Oct 3 15:54:05 2024 +0200 Merge pull request #7733 from lahodaj/multi-source-launcher-classpath-for-registered-roots Roots (and directories) containing multi-file launcher sources should respond to ClassPath queries. .../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(-) --------------------------------------------------------------------- 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
