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 d0ed38a  fix typo
     new 5843e7a  GROOVY-9237: restore constructors for EmptyExpression and 
EmptyStatement
     new cba0084  Normalize the AST visitation of EmptyStatement and 
EmptyExpression

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:
 .../codehaus/groovy/antlr/AntlrParserPlugin.java   |   4 +-
 .../codehaus/groovy/ast/CodeVisitorSupport.java    |  87 +++++++---
 .../org/codehaus/groovy/ast/GroovyCodeVisitor.java |  35 ++--
 .../codehaus/groovy/ast/expr/EmptyExpression.java  | 184 ++++++++++-----------
 .../codehaus/groovy/ast/stmt/EmptyStatement.java   | 134 +++++++--------
 .../groovy/classgen/AsmClassGenerator.java         |   2 +-
 .../groovy/classgen/FinalVariableAnalyzer.java     |  25 +--
 .../groovy/classgen/asm/StatementWriter.java       |   2 +-
 .../control/customizers/SecureASTCustomizer.java   |  77 ++++++---
 .../transform/stc/StaticTypeCheckingVisitor.java   |  12 +-
 .../groovy/ast/CodeVisitorSupportTest.groovy       |  21 ++-
 .../codehaus/groovy/ast/builder/AstAssert.groovy   |  19 ++-
 .../console/ui/ScriptToTreeNodeAdapter.groovy      |   2 +-
 .../codehaus/groovy/macro/matcher/ASTFinder.java   |   2 +-
 .../macro/matcher/ContextualClassCodeVisitor.java  |   2 +-
 .../apache/groovy/parser/antlr4/AstBuilder.java    |   2 +-
 .../antlr4/TryWithResourcesASTTransformation.java  |   4 +-
 17 files changed, 329 insertions(+), 285 deletions(-)

Reply via email to