This is an automated email from the ASF dual-hosted git repository.
emilles pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
from 4f33a90d3f GROOVY-11864: STC: propagate instanceof from if condition
not then block
new 109e9e8864 STC: check compatibility of instanceof class types
new 19bce34486 replace deprecated references
new a0fededff8 minor items
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:
.../transform/stc/StaticTypeCheckingVisitor.java | 7 +-
.../groovy8953/Anno8953.java} | 7 +-
src/test/groovy/bugs/groovy8953/Enum8953.java | 6 +-
.../SyntheticParameterAnnotationsBug.groovy | 5 +-
.../groovy/transform/stc/LoopsSTCTest.groovy | 2 +-
.../groovy/transform/stc/MethodCallsSTCTest.groovy | 18 +--
.../transform/stc/TypeInferenceSTCTest.groovy | 43 ++++--
.../groovy/console/SwingBuilderConsoleTest.groovy | 159 ++++++++++-----------
8 files changed, 122 insertions(+), 125 deletions(-)
copy src/test/groovy/{gls/annotations/Requires.java =>
bugs/groovy8953/Anno8953.java} (90%)