[jira] [Commented] (GROOVY-10513) Incorrect bytecode generated for default interface methods with array parameter

2022-03-04 Thread Renato Athaydes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17501436#comment-17501436 ] Renato Athaydes commented on GROOVY-10513: -- Sorry the delay. I can confirm the problem seems

[jira] [Comment Edited] (GROOVY-10513) Incorrect bytecode generated for default interface methods with array parameter

2022-02-25 Thread Renato Athaydes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498149#comment-17498149 ] Renato Athaydes edited comment on GROOVY-10513 at 2/25/22, 2:36 PM:

[jira] [Comment Edited] (GROOVY-10513) Incorrect bytecode generated for default interface methods with array parameter

2022-02-25 Thread Renato Athaydes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498149#comment-17498149 ] Renato Athaydes edited comment on GROOVY-10513 at 2/25/22, 2:26 PM:

[jira] [Commented] (GROOVY-10513) Incorrect bytecode generated for default interface methods with array parameter

2022-02-25 Thread Renato Athaydes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498149#comment-17498149 ] Renato Athaydes commented on GROOVY-10513: -- FTR: I originally believed this to be a Spock bug

[jira] [Updated] (GROOVY-10513) Incorrect bytecode generated for default interface methods with array parameter

2022-02-25 Thread Renato Athaydes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renato Athaydes updated GROOVY-10513: - Description: Given the following interface:   {code:java} package tests interface

[jira] [Created] (GROOVY-10513) Incorrect bytecode generated for default interface methods with array parameter

2022-02-25 Thread Renato Athaydes (Jira)
Renato Athaydes created GROOVY-10513: Summary: Incorrect bytecode generated for default interface methods with array parameter Key: GROOVY-10513 URL: https://issues.apache.org/jira/browse/GROOVY-10513

[jira] [Updated] (GROOVY-10504) Cannot call static method from Java interface (Groovy 4)

2022-02-23 Thread Renato Athaydes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renato Athaydes updated GROOVY-10504: - Description: Create a Java interface with a static method: {code:java} public

[jira] [Updated] (GROOVY-10504) Cannot call static method from Java interface (Groovy 4)

2022-02-22 Thread Renato Athaydes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renato Athaydes updated GROOVY-10504: - Description: Create a Java interface with a static method:   {color:#cc844f}public

[jira] [Created] (GROOVY-10504) Cannot call static method from Java interface (Groovy 4)

2022-02-22 Thread Renato Athaydes (Jira)
Renato Athaydes created GROOVY-10504: Summary: Cannot call static method from Java interface (Groovy 4) Key: GROOVY-10504 URL: https://issues.apache.org/jira/browse/GROOVY-10504 Project: Groovy

[jira] [Commented] (GROOVY-10106) STC error for call to static trait method from closure

2021-05-28 Thread Renato Athaydes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17353521#comment-17353521 ] Renato Athaydes commented on GROOVY-10106: -- Thanks for fixing the issue. I see that the Fix

[jira] [Commented] (GROOVY-10102) Type checking fails when calling trait method using indirect SelfType relation

2021-05-25 Thread Renato Athaydes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351357#comment-17351357 ] Renato Athaydes commented on GROOVY-10102: -- I am aware that I could use "extends" but that

[jira] [Commented] (GROOVY-10106) Cannot call dynamic method from CompileStatic method in a trait

2021-05-25 Thread Renato Athaydes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17350891#comment-17350891 ] Renato Athaydes commented on GROOVY-10106: -- Hi [~emilles] . I managed to modify my code to

[jira] [Created] (GROOVY-10106) Cannot call dynamic method from CompileStatic method in a trait

2021-05-24 Thread Renato Athaydes (Jira)
Renato Athaydes created GROOVY-10106: Summary: Cannot call dynamic method from CompileStatic method in a trait Key: GROOVY-10106 URL: https://issues.apache.org/jira/browse/GROOVY-10106 Project:

[jira] [Updated] (GROOVY-10102) Type checking fails when calling trait method using indirect SelfType relation

2021-05-21 Thread Renato Athaydes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renato Athaydes updated GROOVY-10102: - Description: I am having trouble migrating a very large project from Groovy 2.4.x to

[jira] [Updated] (GROOVY-10102) Type checking fails when calling trait method using indirect SelfType relation

2021-05-21 Thread Renato Athaydes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renato Athaydes updated GROOVY-10102: - Description: I am having trouble migrating a very large project from Groovy 2.4.x to

[jira] [Commented] (GROOVY-8820) Closure inside trait cannot use Closure's delegate variables

2018-10-01 Thread Renato Athaydes (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16634443#comment-16634443 ] Renato Athaydes commented on GROOVY-8820: - It's not only assignment that fails (as shown on line

[jira] [Updated] (GROOVY-8820) Closure inside trait cannot use Closure's delegate variables

2018-10-01 Thread Renato Athaydes (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renato Athaydes updated GROOVY-8820: Summary: Closure inside trait cannot use Closure's delegate variables (was: Closure

[jira] [Created] (GROOVY-8820) Closure inside trait does cannot use Closure's delegate variables

2018-10-01 Thread Renato Athaydes (JIRA)
Renato Athaydes created GROOVY-8820: --- Summary: Closure inside trait does cannot use Closure's delegate variables Key: GROOVY-8820 URL: https://issues.apache.org/jira/browse/GROOVY-8820 Project:

[jira] [Updated] (GROOVY-8008) @CompileStatic causes failure to compile Groovy class that calls overloaded Java method

2017-01-16 Thread Renato Athaydes (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renato Athaydes updated GROOVY-8008: Affects Version/s: 2.4.8 > @CompileStatic causes failure to compile Groovy class that

[jira] [Commented] (GROOVY-8008) @CompileStatic causes failure to compile Groovy class that calls overloaded Java method

2017-01-16 Thread Renato Athaydes (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824448#comment-15824448 ] Renato Athaydes commented on GROOVY-8008: - This file also does not compile with either

[jira] [Created] (GROOVY-8008) @CompileStatic causes failure to compile Groovy class that calls overloaded Java method

2016-11-25 Thread Renato Athaydes (JIRA)
Renato Athaydes created GROOVY-8008: --- Summary: @CompileStatic causes failure to compile Groovy class that calls overloaded Java method Key: GROOVY-8008 URL: https://issues.apache.org/jira/browse/GROOVY-8008