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 eb5d69496b GROOVY-10307 (fix broken benchmark)
new 36ad881846 GROOVY-11831, GROOVY-11838: fix test case
new 38c0edef95 remove deprecated references
new b907685674 remove deprecated references
new 90e7ea2d42 minor items
The 4 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:
build.gradle | 1 +
.../groovy/ast/ClassCodeVisitorSupport.java | 5 +-
.../groovy/classgen/AsmClassGenerator.java | 10 +-
.../groovy/benchmarks/vm5/b2394/Builder.java | 7 +-
.../codehaus/groovy/benchmarks/vm5/b2394/Main.java | 120 ++++++--------
.../benchmarks/vm5/b2394/ScriptLauncher.java | 31 ++--
.../groovy/classgen/ExtendedVerifierTest.groovy | 19 ++-
.../concurrentlinkedhashmap/LinkedDequeTest.java | 119 +++++++-------
.../groovy/util/CharSequenceReaderTest.java | 178 ++++++++++++---------
.../groovy/cli/CliBuilderTestCase.groovy | 26 ++-
.../groovy/groovy/bugs/TestSupport.java | 8 +-
.../groovy/groovy/util/HeadlessTestSupport.groovy | 20 +--
src/testFixtures/groovy/groovy/util/XmlAssert.java | 8 +-
.../codehaus/groovy/ast/builder/AstAssert.groovy | 88 +++++-----
.../org/codehaus/groovy/classgen/TestSupport.java | 9 +-
.../src/spec/test/builder/CliBuilderTest.groovy | 9 +-
.../src/spec/test/builder/CliBuilderTest.groovy | 18 ++-
.../groovy/macro/matcher/ASTMatcher.groovy | 8 -
18 files changed, 341 insertions(+), 343 deletions(-)