You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sd...@apache.org on 2021/09/13 12:20:16 UTC

[netbeans] branch master updated (58dade6 -> 50db454)

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

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


    from 58dade6  LSP: Surround With refactorings implemented. (#3157)
     new 76406e5  Added performance counters
     new efab051  Do not report unknown symbols in closures.
     new 106cdbb  Performance: resources loaded from filesystems.
     new 50db454  Merge pull request #3165 from sdedic/prototype/static-typing-timing3

The 5860 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   |  12 +-
 .../groovy/editor/api/parser/GroovyParser.java     |  93 ++++--
 .../editor/api/parser/NbGroovyErrorCollector.java  |  52 ++-
 .../groovy/editor/compiler/ClassNodeCache.java     | 200 +++++++++++-
 .../groovy/editor/compiler/CompilationUnit.java    |  44 ++-
 .../editor/compiler/NbClassNodeResolver.java       | 231 ++++++++++++++
 .../modules/groovy/editor/compiler/PerfData.java   | 184 +++++++++++
 .../editor/compiler/PerfStatCompilationUnit.java   | 353 +++++++++++++++++++++
 groovy/libs.groovy/nbproject/project.xml           |   2 +
 9 files changed, 1116 insertions(+), 55 deletions(-)
 create mode 100644 groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/NbClassNodeResolver.java
 create mode 100644 groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/PerfData.java
 create mode 100644 groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/PerfStatCompilationUnit.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