This is an automated email from the ASF dual-hosted git repository. lahodaj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 4829f204e815c838569710be7555c4d5440de063 Merge: 1bf9f0b2581 9c98c81b9ef Author: Jan Lahoda <[email protected]> AuthorDate: Thu Apr 30 07:36:34 2026 +0200 Merge pull request #8974 from lahodaj/JVSCE-499 Adding support for import module in code completion; fixing handling of module names in the LSP server. .../java/completion/JavaCompletionTask.java | 60 +++++++++++++++++++--- .../21/importModuleListFull.pass | 8 +++ .../21/importModuleListFullJDKJPrefix.pass | 2 + .../21/importModuleListFullJDKPrefix.pass | 5 ++ .../21/staticAndModuleKeywordAndAllPackages.pass | 7 +++ .../JavaCompletionTask125FeaturesTest.java | 58 +++++++++++++++++++++ .../completion/JavaCompletionTaskBasicTest.java | 8 +-- .../editor/java/JavaCompletionCollector.java | 1 + 8 files changed, 138 insertions(+), 11 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
