This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a change to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.
from dfb6496 GROOVY-9502: Bump junit to 5.6.2
new fe569c1 Eliminate duplicated code in AST transformations
new 9840a11 Switch to faster String#indexOf method taking a char
parameter.
new 1f612e1 Trivial refactoring: Iteration can be replaced with bulk
'Collection.addAll' call
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:
.../java/groovy/beans/BindableASTTransformation.java | 17 +++--------------
.../java/groovy/beans/VetoableASTTransformation.java | 17 +++--------------
src/main/java/groovy/lang/MetaClassImpl.java | 2 +-
.../org/codehaus/groovy/ast/expr/TupleExpression.java | 3 ++-
.../org/codehaus/groovy/control/ErrorCollector.java | 8 ++++++++
.../org/codehaus/groovy/tools/LoaderConfiguration.java | 2 +-
.../groovy/transform/AbstractASTTransformation.java | 8 +-------
.../groovy/transform/AnnotationCollectorTransform.java | 6 +-----
.../groovy/transform/CategoryASTTransformation.java | 18 ++++--------------
.../transform/stc/StaticTypeCheckingVisitor.java | 7 +------
10 files changed, 25 insertions(+), 63 deletions(-)