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 359dfe71f8 GROOVY-10256: STC: "Type x = m()" given "def <T extends
NotType> T m();"
new fa0628603c GROOVY-10107: STC: check assign null before type parameter
compatibility
new 6259547ee9 GROOVY-8974: STC: `missesGenericsTypes(ClassNode)` for
unresolved `<>`
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:
.../java/org/codehaus/groovy/ast/GenericsType.java | 2 +-
.../codehaus/groovy/ast/tools/GenericsUtils.java | 2 +-
.../transform/stc/StaticTypeCheckingSupport.java | 72 +++++++++-------------
.../groovy/transform/stc/GenericsSTCTest.groovy | 23 +++++++
4 files changed, 55 insertions(+), 44 deletions(-)