Eric Milles created GROOVY-11564: ------------------------------------ Summary: 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: 5.0.0-alpha-1, 4.0.0, 3.0.0 Reporter: Eric Milles Assignee: Eric Milles
{{StaticTypesCallSiteWriter#writeStringPlusCall}} makes reference to {{DefaultGroovyMethods#plus(String,Object)}}, which has been removed in Groovy 3. https://github.com/apache/groovy/commit/e3a52edba1232f0b98377296409afe67ab3a3889 When the compiler makes to through this path, the resulting code fails with a {{NoSuchMethodError}}. -- This message was sent by Atlassian Jira (v8.20.10#820010)