[ 
https://issues.apache.org/jira/browse/GROOVY-11564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Milles updated GROOVY-11564:
---------------------------------
    Description: 
{{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 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}}.

  was:
{{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 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}}.


> 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: Major
>
> {{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 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)

Reply via email to