This is an automated email from the ASF dual-hosted git repository.
lahodaj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 21685aff727 Merge pull request #9411 from
lahodaj/openjdk-test-build-targets
add 9212fe17b2f Java completion enhanced to support no insertion of method
parameters
new 16e30be5ae0 Merge pull request #7747 from
sid-srini/java_completion-methods_without_params
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:
.../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