[jira] [Commented] (GROOVY-8360) Enums that are nested classes do not have the static modifier set

2017-10-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16216167#comment-16216167 ] ASF GitHub Bot commented on GROOVY-8360: Github user shils commented on a diff in the pull

[GitHub] groovy pull request #619: GROOVY-8360: Enums that are inner classes should h...

2017-10-23 Thread shils
Github user shils commented on a diff in the pull request: https://github.com/apache/groovy/pull/619#discussion_r146433436 --- Diff: src/test/gls/enums/EnumTest.groovy --- @@ -592,6 +592,80 @@ class EnumTest extends CompilableTestSupport { assert

[jira] [Commented] (GROOVY-8362) Nested class is resolved via another nested class with package name

2017-10-23 Thread Daniil Ovchinnikov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16215789#comment-16215789 ] Daniil Ovchinnikov commented on GROOVY-8362: I can provide pull requests for issues opened by

[jira] [Commented] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-23 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16215348#comment-16215348 ] Kevin Chen commented on GROOVY-8363: Ah, never mind, I see that you're right. I'm actually still on

[jira] [Updated] (GROOVY-8364) Nested class of parent Java class is not resolved

2017-10-23 Thread Daniil Ovchinnikov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniil Ovchinnikov updated GROOVY-8364: --- Description: {code:title=bugs/A.java} package bugs; public class A { public

[jira] [Created] (GROOVY-8364) Nested class of parent Java class is not resolved

2017-10-23 Thread Daniil Ovchinnikov (JIRA)
Daniil Ovchinnikov created GROOVY-8364: -- Summary: Nested class of parent Java class is not resolved Key: GROOVY-8364 URL: https://issues.apache.org/jira/browse/GROOVY-8364 Project: Groovy

[jira] [Commented] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-23 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16215279#comment-16215279 ] Kevin Chen commented on GROOVY-8363: Why do you think the @CompileStatic annotation is the part that

[jira] [Commented] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-23 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16215280#comment-16215280 ] Kevin Chen commented on GROOVY-8363: Just threw on the @CompileStatic annotation and it doesn't