You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jl...@apache.org on 2019/11/01 19:02:24 UTC

[netbeans] branch master updated (b0f9ea2 -> a1fa2bb)

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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists