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 1bf9f0b2581 Merge pull request #9365 from 
Chris2011/feature/update-scss-grammar
     add 9c98c81b9ef Adding support for import module in code completion; 
fixing handling of module names in the LSP server.
     new 4829f204e81 Merge pull request #8974 from lahodaj/JVSCE-499

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:
 .../java/completion/JavaCompletionTask.java        | 60 +++++++++++++++++++---
 .../21/importModuleListFull.pass                   |  8 +++
 .../21/importModuleListFullJDKJPrefix.pass         |  2 +
 .../21/importModuleListFullJDKPrefix.pass          |  5 ++
 .../staticAndModuleKeywordAndAllPackages.pass}     |  1 +
 .../JavaCompletionTask125FeaturesTest.java         | 58 +++++++++++++++++++++
 .../completion/JavaCompletionTaskBasicTest.java    |  8 +--
 .../editor/java/JavaCompletionCollector.java       |  1 +
 8 files changed, 132 insertions(+), 11 deletions(-)
 create mode 100644 
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/21/importModuleListFull.pass
 create mode 100644 
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/21/importModuleListFullJDKJPrefix.pass
 create mode 100644 
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/21/importModuleListFullJDKPrefix.pass
 copy 
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/{1.8/staticKeywordAndAllPackages.pass
 => 21/staticAndModuleKeywordAndAllPackages.pass} (81%)


---------------------------------------------------------------------
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

Reply via email to