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/04/11 15:01:22 UTC

[netbeans] branch master updated (144e91c285 -> 6dc8d9467f)

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 144e91c285 Merge pull request #3955 from sdedic/lsp/call-hierarchy-npe
     new 76c2641bef Fix resolving possible type of a dynamic variable in DeclarationFinder
     new c7f2dc6b6f Removing the possibility of loading class to JVM.
     new 6dc8d9467f Merge pull request #3941 from ppisl/fix_userhome

The 6893 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:
 .../groovy/editor/language/GroovyDeclarationFinder.java     | 13 ++++++++++++-
 .../netbeans/modules/groovy/editor/utils/GroovyUtils.java   |  5 +++++
 .../data/testfiles/declarationfinder/a/Declaration4.groovy  | 13 +++++++++++++
 .../data/testfiles/declarationfinder/a/TestBuilder.java     | 12 ++++++++++++
 .../groovy/editor/api/GroovyDeclarationFinderTest.java      |  9 +++++++++
 5 files changed, 51 insertions(+), 1 deletion(-)
 create mode 100644 groovy/groovy.editor/test/unit/data/testfiles/declarationfinder/a/Declaration4.groovy
 create mode 100644 groovy/groovy.editor/test/unit/data/testfiles/declarationfinder/a/TestBuilder.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