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 b0f9ea2 Merge pull request #1600 from
blackleg/fix_testClassPathExtensions
add a1fa2bb Improving Java code completion behavior in presence of type
variables.
No new revisions were added by this update.
Summary of changes:
.../java/completion/JavaCompletionTask.java | 5 ++-
.../1.8/GenericMethodInvocation1.pass | 5 +++
.../1.8/GenericMethodInvocation2.pass | 5 +++
.../completion/data/GenericMethodInvocation.java | 42 ++++++++++++++++++++++
.../completion/JavaCompletionTaskAdvancedTest.java | 8 +++++
5 files changed, 64 insertions(+), 1 deletion(-)
create mode 100644
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/1.8/GenericMethodInvocation1.pass
create mode 100644
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/1.8/GenericMethodInvocation2.pass
create mode 100644
java/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/GenericMethodInvocation.java
---------------------------------------------------------------------
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