[jira] [Updated] (GROOVY-11362) implicit type of catch parameter is written as Object

2024-04-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11362: - Fix Version/s: 3.0.22 > implicit type of catch parameter is written as Object >

[jira] [Updated] (GROOVY-11362) implicit type of catch parameter is written as Object

2024-04-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11362: - Fix Version/s: 4.0.22 > implicit type of catch parameter is written as Object >

[jira] [Updated] (GROOVY-11362) implicit type of catch parameter is written as Object

2024-04-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11362: - Summary: implicit type of catch parameter is written as Object (was: implicit type of catch

[jira] [Resolved] (GROOVY-11362) implicit type of catch variable is written as Object

2024-04-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11362. -- Fix Version/s: 5.0.0-alpha-9 Resolution: Fixed

[jira] [Updated] (GROOVY-11362) implicit type of catch variable is written as Object

2024-04-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11362: - Description: Consider the following: {code:groovy} void test(args) { try { args.name }

[jira] [Updated] (GROOVY-11362) implicit type of catch variable is written as Object

2024-04-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11362: - Language: groovy > implicit type of catch variable is written as Object >

[jira] [Created] (GROOVY-11362) implicit type of catch variable is written as Object

2024-04-21 Thread Eric Milles (Jira)
Eric Milles created GROOVY-11362: Summary: implicit type of catch variable is written as Object Key: GROOVY-11362 URL: https://issues.apache.org/jira/browse/GROOVY-11362 Project: Groovy

[jira] [Commented] (GROOVY-11359) ASTTransformation cause "General error during instruction selection"

2024-04-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839336#comment-17839336 ] Eric Milles commented on GROOVY-11359: -- For each method call and the constructor call, set

[jira] [Comment Edited] (GROOVY-11359) ASTTransformation cause "General error during instruction selection"

2024-04-21 Thread Adrien Guichard (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17839315#comment-17839315 ] Adrien Guichard edited comment on GROOVY-11359 at 4/21/24 6:55 AM: --- I