This is an automated email from the ASF dual-hosted git repository.
emilles pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
from dda0da6b07 Merge pull request #2341 from apache/GROOVY-11779
new 63bbe21978 minor refactor
new 1b23d9a7ac GROOVY-3299: add test case
The 2 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:
src/main/java/groovy/lang/ExpandoMetaClass.java | 337 +++++++++------------
src/main/java/groovy/lang/MetaClassImpl.java | 39 ++-
.../codehaus/groovy/reflection/CachedClass.java | 29 +-
.../runtime/metaclass/ClosureMetaMethod.java | 7 +-
.../runtime/metaclass/MetaClassRegistryImpl.java | 3 +-
.../groovy/runtime/metaclass/MetaMethodIndex.java | 7 +-
src/test/groovy/bugs/Groovy3873Bug.groovy | 37 ---
.../lang/ExpandoMetaClassCreationHandleTest.groovy | 327 ++++++++++----------
8 files changed, 368 insertions(+), 418 deletions(-)
delete mode 100644 src/test/groovy/bugs/Groovy3873Bug.groovy