This is an automated email from the ASF dual-hosted git repository.
paulk pushed a change to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.
from 7dc6da0 set range and method pointer/reference types like map, list
and closure (closes #1312)
new 232786c GROOVY-9645: Inconsistencies in JavaBean naming for property
access
new b520fe5 GROOVY-9618: Property reference resolves to field, not getter
when property name is single upper-case letter
new 8205184 GROOVY-9618: Property reference resolves to field, not getter
when property name is single upper-case letter (additional test - closes #1316)
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:
src/main/java/groovy/lang/MetaClassImpl.java | 11 +
.../apache/groovy/ast/tools/ClassNodeUtils.java | 7 +-
.../groovy/runtime/GroovyCategorySupport.java | 17 +-
.../transformers/BinaryExpressionTransformer.java | 7 +
src/test/groovy/PropertyTest.groovy | 297 +++++++++++++++++++++
src/test/groovy/bugs/Groovy5852Bug.groovy | 51 ----
.../org/apache/groovy/util/BeanUtilsTest.groovy | 1 +
7 files changed, 333 insertions(+), 58 deletions(-)
delete mode 100644 src/test/groovy/bugs/Groovy5852Bug.groovy