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

emilles pushed a change to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.


    from 7174a60  no need for jcenter reference in the build
     new 466caea  GROOVY-4516: refactor delegate tests
     new 9352e9c  GROOVY-5239: prefer outer class method over static import 
method
     new 4949982  GROOVY-5364: find static members from static script methods

The 3 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/ast/expr/MethodCallExpression.java      |   4 +-
 .../groovy/classgen/VariableScopeVisitor.java      |  15 +-
 .../groovy/control/StaticImportVisitor.java        |  22 +-
 src/test/groovy/bugs/Groovy4516Bug.groovy          |  41 --
 src/test/groovy/bugs/Groovy5239.groovy             | 100 ++++
 src/test/groovy/bugs/Groovy5364.groovy             | 104 ++++
 .../groovy/transform/DelegateTransformTest.groovy  | 615 ++++++++++++---------
 7 files changed, 565 insertions(+), 336 deletions(-)
 delete mode 100644 src/test/groovy/bugs/Groovy4516Bug.groovy
 create mode 100644 src/test/groovy/bugs/Groovy5239.groovy
 create mode 100644 src/test/groovy/bugs/Groovy5364.groovy

Reply via email to