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 e7f72d6 Trivial refactoring: avoid redundant checks
new 3456ef9 Minor refactoring: move `ModifierNode` to
`org.codehaus.groovy.ast` (#1064)
new e760a24 Refactor code
new b7c783f GROOVY-9303: Bump javaparser to 3.15.4
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:
build.gradle | 2 +-
src/test/groovy/security/SecurityTest.java | 9 ++--
src/test/groovy/security/SecurityTestSupport.java | 55 ++++++++--------------
.../classgen/ClassCompletionVerifierTest.java | 2 +-
.../org/codehaus/groovy/classgen/TestSupport.java | 14 +-----
.../asm/sc/bugs/support/Groovy7133Support.java | 3 +-
.../groovy/runtime/memoize/CommonCacheTest.java | 7 +--
.../runtime/memoize/ConcurrentCommonCacheTest.java | 7 +--
.../runtime/memoize/StampedCommonCacheTest.java | 7 +--
.../memoize/UnlimitedConcurrentCacheTest.java | 7 +--
.../codehaus/groovy/tools/TestDgmConverter.java | 6 +--
.../apache/groovy/parser/antlr4/AstBuilder.java | 1 +
.../groovy/parser/antlr4/ModifierManager.java | 1 +
.../groovy/parser/antlr4/SemanticPredicates.java | 1 +
.../groovy/ast}/ModifierNode.java | 6 +--
15 files changed, 38 insertions(+), 90 deletions(-)
rename
subprojects/parser-antlr4/src/main/java/org/{apache/groovy/parser/antlr4 =>
codehaus/groovy/ast}/ModifierNode.java (96%)