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 b7ab958  [NETBEANS-6107] Allow to use Gradle 7.2 distributions on 
JDK17.
     new df8add2  Make CachedClasspath for the same (equal) Compile Classpath 
equal.
     new 1a76ec2  Prevent NPE in case of complete parser failure.
     new 98d4930  [NETBEANS-6077] Cached Transformation Classloader, based on 
set of classpath roots.
     new 98368fb  Do not add negative cache record too early.
     new 058f42a  Merge pull request #3213 from sdedic/groovy/cache-xformloader2

The 5954 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/api/parser/GroovyParser.java     |  21 +-
 .../groovy/editor/compiler/ClassLoaderFactory.java | 332 +++++++++++++++++++++
 .../groovy/editor/compiler/ClassNodeCache.java     | 270 ++++++++---------
 .../editor/compiler/PerfStatCompilationUnit.java   |  40 ++-
 .../groovy/editor/compiler/ResourceCache.java      | 216 ++++++++++++++
 .../groovy/editor/compiler/TimedSoftReference.java | 106 +++++++
 .../support/actions/GroovyComputeTestMethods.java  |   4 +
 .../java/source/classpath/CacheClassPath.java      |  33 ++
 8 files changed, 883 insertions(+), 139 deletions(-)
 create mode 100644 
groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/ClassLoaderFactory.java
 create mode 100644 
groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/ResourceCache.java
 create mode 100644 
groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/TimedSoftReference.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