This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git.
from 3d03e2f GROOVY-9170: exclude non-interface methods from methods map
new 546f034 GROOVY-9151: fix variable expressions referring to replaced
parameters
new ce86057 GROOVY-9151: check for references to parameters that have
been removed
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:
.../org/codehaus/groovy/classgen/Verifier.java | 365 ++++++++++++---------
src/test/gls/innerClass/InnerClassTest.groovy | 153 ++++++---
src/test/gls/invocation/DefaultParamTest.groovy | 201 +++++++-----
3 files changed, 445 insertions(+), 274 deletions(-)