[ https://issues.apache.org/jira/browse/GROOVY-11564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eric Milles updated GROOVY-11564: --------------------------------- Fix Version/s: 3.0.24 > SC: call site writer makes reference to removed method > ------------------------------------------------------ > > Key: GROOVY-11564 > URL: https://issues.apache.org/jira/browse/GROOVY-11564 > Project: Groovy > Issue Type: Bug > Components: Static compilation > Affects Versions: 3.0.0, 4.0.0, 5.0.0-alpha-1 > Reporter: Eric Milles > Assignee: Eric Milles > Priority: Minor > Fix For: 3.0.24, 4.0.26, 5.0.0-alpha-13 > > > {{StaticTypesCallSiteWriter#writeStringPlusCall}} makes [reference to > {{DefaultGroovyMethods#plus(String,Object)}}|https://github.com/apache/groovy/blob/6dff05eec5f645e0a7eaf0221f724e376615e8da/src/main/java/org/codehaus/groovy/classgen/asm/sc/StaticTypesCallSiteWriter.java#L705], > which was removed in Groovy 3: > https://github.com/apache/groovy/commit/e3a52edba1232f0b98377296409afe67ab3a3889 > When the compiler uses this path, the resulting code fails with a > {{NoSuchMethodError}}. -- This message was sent by Atlassian Jira (v8.20.10#820010)