[jira] [Commented] (GROOVY-8625) Groovy Lexer does not accept UTF-8 characters like ° or § ... and a lot more

2019-07-29 Thread Isaac Dooley (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16895500#comment-16895500 ] Isaac Dooley commented on GROOVY-8625: -- I've run into an issue that matches the title of this

[jira] [Updated] (GROOVY-8327) Parser regression. Can't access static instance method before class is constructed

2018-09-21 Thread Isaac Dooley (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isaac Dooley updated GROOVY-8327: - Description: The parser in 2.5, 2.6, 3.0 gives a MultipleCompilationErrorsException on code

[jira] [Updated] (GROOVY-8327) Parser regression. Can't access static instance method before class is constructed

2018-09-21 Thread Isaac Dooley (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isaac Dooley updated GROOVY-8327: - Affects Version/s: 3.0.0-alpha-3 > Parser regression. Can't access static instance method

[jira] [Created] (GROOVY-8801) groovyc 2.5 and 3.0 fail to compile code with final variable set in try block

2018-09-18 Thread Isaac Dooley (JIRA)
Isaac Dooley created GROOVY-8801: Summary: groovyc 2.5 and 3.0 fail to compile code with final variable set in try block Key: GROOVY-8801 URL: https://issues.apache.org/jira/browse/GROOVY-8801

[jira] [Comment Edited] (GROOVY-7284) final variable declaration is broken

2018-09-18 Thread Isaac Dooley (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619518#comment-16619518 ] Isaac Dooley edited comment on GROOVY-7284 at 9/18/18 7:10 PM: --- I'm

[jira] [Commented] (GROOVY-7284) final variable declaration is broken

2018-09-18 Thread Isaac Dooley (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619518#comment-16619518 ] Isaac Dooley commented on GROOVY-7284: -- Here is a simple example that fails to compile in 2.5.2,

[jira] [Updated] (GROOVY-8327) Parser regression. Can't access static instance method before class is constructed

2018-09-17 Thread Isaac Dooley (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isaac Dooley updated GROOVY-8327: - Affects Version/s: 2.5.2 > Parser regression. Can't access static instance method before class

[jira] [Updated] (GROOVY-8327) Parser regression. Can't access static instance method before class is constructed

2017-09-27 Thread Isaac Dooley (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isaac Dooley updated GROOVY-8327: - Description: The parser in 2.6.0-alpha-1 gives a MultipleCompilationErrorsException on code

[jira] [Created] (GROOVY-8327) Parser regression. Can't accesss static instance method before class is constructed

2017-09-20 Thread Isaac Dooley (JIRA)
Isaac Dooley created GROOVY-8327: Summary: Parser regression. Can't accesss static instance method before class is constructed Key: GROOVY-8327 URL: https://issues.apache.org/jira/browse/GROOVY-8327

[jira] [Updated] (GROOVY-8327) Parser regression. Can't access static instance method before class is constructed

2017-09-20 Thread Isaac Dooley (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isaac Dooley updated GROOVY-8327: - Summary: Parser regression. Can't access static instance method before class is constructed

[jira] [Closed] (GROOVY-7646) Classes generated by Eval() never collected from Permgen/Metaspace

2017-04-12 Thread Isaac Dooley (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isaac Dooley closed GROOVY-7646. Resolution: Fixed Fix Version/s: 2.4.10 I verified that the issue is no longer present in

[jira] [Created] (GROOVY-8043) NPE compiling Memoized method

2017-01-10 Thread Isaac Dooley (JIRA)
Isaac Dooley created GROOVY-8043: Summary: NPE compiling Memoized method Key: GROOVY-8043 URL: https://issues.apache.org/jira/browse/GROOVY-8043 Project: Groovy Issue Type: Bug Affects