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 16e30be5ae09b9061df26d7cbd59ed20010da520 Merge: 21685aff727 9212fe17b2f Author: Jan Lahoda <[email protected]> AuthorDate: Thu Jun 4 17:30:22 2026 +0200 Merge pull request #7747 from sid-srini/java_completion-methods_without_params Java completion enhanced to support no insertion of method parameters .../modules/editor/lib2/EditorPreferencesKeys.java | 8 +- .../editor/resources/NetBeans-preferences.xml | 3 + .../org-netbeans-modules-java-completion.sig | 13 +- .../java/completion/JavaCompletionTask.java | 22 ++-- .../modules/java/completion/Utilities.java | 11 ++ .../java/completion/CompletionTestBase.java | 4 +- .../editor/java/JavaCompletionCollector.java | 45 ++++--- .../modules/editor/java/JavaCompletionItem.java | 54 +++++---- .../editor/java/JavaCompletionItemFactory.java | 16 +-- .../java/editor/javadoc/JavadocCompletionItem.java | 2 +- .../editor/java/JavaCompletionCollectorTest.java | 134 ++++++++++++++++++--- .../server/protocol/TextDocumentServiceImpl.java | 14 ++- 12 files changed, 238 insertions(+), 88 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
