You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Tomo Suzuki (JIRA)" <ji...@apache.org> on 2019/08/01 15:27:00 UTC

[jira] [Created] (GROOVY-9210) Missing TextfierSupport from asm-util

Tomo Suzuki created GROOVY-9210:
-----------------------------------

             Summary: Missing TextfierSupport from asm-util
                 Key: GROOVY-9210
                 URL: https://issues.apache.org/jira/browse/GROOVY-9210
             Project: Groovy
          Issue Type: Improvement
            Reporter: Tomo Suzuki


Groovy 2.5 and 2.6 are missing TextifierSupport class from asm-util.

https://github.com/apache/groovy/blob/GROOVY_2_5_X/gradle/assemble.gradle

{code}
            includesPerLibrary = [
                    'asm-util': ['org/objectweb/asm/util/Printer.class',
                                 'org/objectweb/asm/util/Textifier.class',
                                 'org/objectweb/asm/util/ASMifier.class',
                                 'org/objectweb/asm/util/Trace*']
            ]{code}

Textifier.visitAttribute references TextifierSupport in the same package but the class is not included in groovy-2.5.7.jar.

Attached screenshot to reproduce the issue in Java:







--
This message was sent by Atlassian JIRA
(v7.6.14#76016)