This is an automated email from the ASF dual-hosted git repository.
paulk pushed a change to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
from fab723c705 GROOVY-10579: SC: write array component type for optimized
for-each loop
new 3628bf1593 minor refactor
new 568d821b30 GROOVY-10561: @NamedVariant self referential default values
are not correctly resolved
new a9b55e58e7 remove Xlint warning
new 324a8e6558 remove Xlint warning
new dc63ea3531 remove deprecation warnings warning
new 0da505f11c remove "obsolete options" warning
new 37bc929296 remove deprecation/style warnings
new 4a9f3e20cf remove unchecked/style warnings
new 246f11fbee GROOVY-10580: Conditionally initialized `final` variables
considered maybe uninitialized
The 9 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 | 4 +-
src/main/java/groovy/lang/GroovyShell.java | 4 +-
.../java/groovy/util/FactoryBuilderSupport.java | 7 +-
src/main/java/groovy/util/ObjectGraphBuilder.java | 8 +-
.../groovy/classgen/FinalVariableAnalyzer.java | 8 +-
.../org/codehaus/groovy/classgen/Verifier.java | 5 +-
.../org/codehaus/groovy/runtime/InvokerHelper.java | 8 +-
.../transform/NamedVariantASTTransformation.java | 40 +++++++-
.../TupleConstructorASTTransformation.java | 5 +-
.../classgen/FinalVariableAnalyzerTest.groovy | 28 ++++++
.../transform/NamedVariantTransformTest.groovy | 27 ++++++
.../groovy/console/ui/ConsoleTextEditor.java | 30 +++---
.../groovy/groovy/console/ui/text/TextEditor.java | 20 ++--
.../ast/visitor/AnnotationProcessorVisitor.java | 106 ++++++++++-----------
.../src/test/java/groovy/text/TemplateTest.java | 2 +-
.../java/groovy/text/XmlTemplateEngineTest.java | 6 +-
.../src/main/java/groovy/test/GroovyTestSuite.java | 5 +-
17 files changed, 209 insertions(+), 104 deletions(-)