This is an automated email from the ASF dual-hosted git repository.

emilles pushed a change to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


    from ddfae89acd GROOVY-10608: The default toString for emulated records has 
caching enabled (add test)
     new a7e1cee095 GROOVY-10607: stubgen: write non-static imports if Java 
references found
     new eddb39fac4 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:
 .../tools/javac/JavaAwareResolveVisitor.java       |  15 +-
 .../groovy/tools/javac/JavaStubGenerator.java      |  15 +
 .../transform/stc/StaticTypeCheckingSupport.java   |   6 +-
 .../transform/stc/StaticTypeCheckingVisitor.java   |   8 +-
 .../codehaus/groovy/transform/trait/Traits.java    |  20 +-
 .../{Groovy7482.groovy => Groovy10607.groovy}      |  28 +-
 .../traitx/TraitASTTransformationTest.groovy       | 553 ++++++++++-----------
 7 files changed, 309 insertions(+), 336 deletions(-)
 copy src/test/org/codehaus/groovy/tools/stubgenerator/{Groovy7482.groovy => 
Groovy10607.groovy} (73%)

Reply via email to