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

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


    from 9557ac0  Merge pull request #3034 from sdedic/groovy/parser-fixes
     add 4cd73b1  Groovy: Go to declaration should work for annotations. (#3035)

No new revisions were added by this update.

Summary of changes:
 .../modules/groovy/editor/api/FindTypeUtils.java   | 33 ++++------------------
 .../groovy/editor/api/PathFinderVisitor.java       | 12 ++++++++
 .../editor/language/GroovyDeclarationFinder.java   |  6 +++-
 .../testfiles/declarationfinder/Annotations.groovy | 12 ++++++++
 .../testfiles/declarationfinder/a/Annotation.java  |  5 ++++
 .../editor/api/GroovyDeclarationFinderTest.java    | 25 ++++++++++++++++
 6 files changed, 65 insertions(+), 28 deletions(-)
 create mode 100644 
groovy/groovy.editor/test/unit/data/testfiles/declarationfinder/Annotations.groovy
 create mode 100644 
groovy/groovy.editor/test/unit/data/testfiles/declarationfinder/a/Annotation.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to