This is an automated email from the ASF dual-hosted git repository.
emilles pushed a change to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
from 6904d025ba GROOVY-10585: `@AutoFinal`: disabled via config and skip
inner interface
new 7c7a4ec76a GROOVY-9006: STC: compare to null for types that overload
equals
new 1f86efa7b2 GROOVY-10598: fix for NPE
The 2 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:
.../transform/stc/StaticTypeCheckingSupport.java | 6 ++--
.../transform/stc/StaticTypeCheckingVisitor.java | 36 +++++++++++++---------
.../codehaus/groovy/transform/trait/Traits.java | 20 ++++++------
src/spec/test/typing/TypeCheckingTest.groovy | 2 +-
src/test/groovy/transform/stc/BugsSTCTest.groovy | 15 +++++++++
5 files changed, 51 insertions(+), 28 deletions(-)