This is an automated email from the ASF dual-hosted git repository.
paulk pushed a change to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.
from e48ca47 GROOVY-9758: groovsh import of non existing class throws null
pointer instead of syntax error (avoid NPE)
new 6532318 GROOVY-9093: SC: add compile-time error for inaccessible
field or getter (port to 2_5_X)
new c8560a7 GROOVY-9093: fix existing tests (port to 2_5_X)
new 1af7790 extract method for property access error and remove duplicate
test cases (port to 2_5_X)
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:
.../classgen/asm/sc/StaticTypesCallSiteWriter.java | 70 +++++++++-------
src/test/groovy/bugs/Groovy7165.groovy | 97 ++++++++++++++++++++++
.../asm/sc/StaticCompileFieldAccessTest.groovy | 51 +-----------
.../packageScope/DifferentPackageTest.groovy | 61 +++++++-------
4 files changed, 166 insertions(+), 113 deletions(-)
create mode 100644 src/test/groovy/bugs/Groovy7165.groovy