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: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to