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 74b9e17  Merge pull request #3027 from sdedic/groovy/classloading-fixes
     add 224d467  LSP: Hover, go to declaration, and code lens implementation 
for Groovy (#3022)

No new revisions were added by this update.

Summary of changes:
 groovy/groovy.editor/nbproject/project.xml         |   2 +-
 .../modules/groovy/editor/api/FindTypeUtils.java   |   3 +
 .../groovy/editor/api/PathFinderVisitor.java       |  32 ++++
 .../groovy/editor/java/ElementDeclaration.java     | 124 +-------------
 .../editor/language/GroovyDeclarationFinder.java   |  56 ++----
 .../groovy/editor/occurrences/TypeVisitor.java     |   4 +-
 .../editor/occurrences/VariableScopeVisitor.java   |  84 ++++-----
 .../testfiles/declarationfinder/Imports.groovy     |   8 +
 .../editor/api/GroovyDeclarationFinderTest.java    |  20 ++-
 groovy/groovy.support/nbproject/project.xml        |   9 +
 .../support/actions/GroovyComputeTestMethods.java  | 102 +++++++++++
 .../csl/core/LanguageRegistrationProcessor.java    |   4 +
 .../editor/completion/GsfCompletionProvider.java   |   8 +-
 .../csl/editor/completion/GsfHoverProvider.java    |  62 +++++++
 .../modules/csl/editor/hyperlink/GoToSupport.java  |  41 +++--
 .../csl/editor/hyperlink/GsfHyperlinkProvider.java |  11 ++
 ide/gsf.testrunner.ui/apichanges.xml               |  14 ++
 ide/gsf.testrunner.ui/manifest.mf                  |   2 +-
 ide/gsf.testrunner.ui/nbproject/project.xml        |   9 +
 .../testrunner/ui/api/TestMethodController.java    |  26 +++
 .../gsf/testrunner/ui/spi/ComputeTestMethods.java  |  45 +++++
 .../nbcode/nbproject/platform.properties           |   4 +-
 java/java.lsp.server/nbproject/project.xml         |   2 +-
 .../server/protocol/TextDocumentServiceImpl.java   | 190 +++++++++++----------
 .../lsp/server/protocol/WorkspaceServiceImpl.java  | 111 +++++-------
 java/junit.ui/manifest.mf                          |   2 +-
 java/junit.ui/nbproject/project.xml                |  11 +-
 .../junit/ui/actions/TestClassInfoTask.java        |  21 ++-
 28 files changed, 608 insertions(+), 399 deletions(-)
 create mode 100644 
groovy/groovy.editor/test/unit/data/testfiles/declarationfinder/Imports.groovy
 create mode 100644 
groovy/groovy.support/src/org/netbeans/modules/groovy/support/actions/GroovyComputeTestMethods.java
 create mode 100644 
ide/csl.api/src/org/netbeans/modules/csl/editor/completion/GsfHoverProvider.java
 create mode 100644 
ide/gsf.testrunner.ui/src/org/netbeans/modules/gsf/testrunner/ui/spi/ComputeTestMethods.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