You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by pp...@apache.org on 2022/03/22 15:16:37 UTC

[netbeans] branch master updated (4781968 -> 0f6c41e)

This is an automated email from the ASF dual-hosted git repository.

ppisl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 4781968  Fix Gradle --warning-mode all action to work with any Gradle release
     new b9983a7  [NETBEANS-4826] Groovy completion tests fail when JavaIndexer reference in Groovy layer is fixed.
     new 1d89b26  Improving the code.
     new 0f6c41e  Merge pull request #3802 from ppisl/NETBEANS-4826

The 6770 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/groovy/editor/api/GroovyIndexer.java   |  9 ++++----
 .../editor/api/completion/CaretLocation.java       |  1 +
 .../editor/api/completion/CompletionItem.java      | 11 +++++++++-
 .../api/completion/util/CompletionContext.java     | 11 +++++++++-
 .../groovy/editor/completion/TypesCompletion.java  | 21 +++++++++++++------
 .../modules/groovy/editor/resources/layer.xml      |  6 ++----
 .../test/unit/data/testfiles/Hello.groovy.indexed  |  4 ++--
 ...on.groovy.testStaticImportCompletion.completion |  4 ++--
 ....groovy.testSingleton3_withoutPrefix.completion |  2 +-
 .../modules/java/source/JavaSourceUtilImpl.java    |  2 ++
 .../parsing/ForwardingInferableJavaFileObject.java |  2 ++
 .../ForwardingPrefetchableJavaFileObject.java      |  2 ++
 .../source/parsing/MultiReleaseJarFileObject.java  |  2 ++
 .../source/usages/VirtualSourceProviderQuery.java  | 24 +++++++++++++++-------
 .../java/source/parsing/FileObjectsTest.java       |  2 ++
 15 files changed, 75 insertions(+), 28 deletions(-)

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