[jira] [Assigned] (GROOVY-8369) Enum property access not working with @CompileStatic

2017-10-31 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shil Sinha reassigned GROOVY-8369: -- Assignee: Shil Sinha > Enum property access not working with @CompileStatic >

[jira] [Commented] (GROOVY-8369) Enum property access not working with @CompileStatic

2017-10-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233607#comment-16233607 ] ASF GitHub Bot commented on GROOVY-8369: Github user asfgit closed the pull request at:

[GitHub] groovy pull request #625: GROOVY-8369: Statically compiled property access o...

2017-10-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/625 ---

[jira] [Commented] (GROOVY-8369) Enum property access not working with @CompileStatic

2017-10-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227728#comment-16227728 ] ASF GitHub Bot commented on GROOVY-8369: GitHub user shils opened a pull request:

[GitHub] groovy pull request #625: GROOVY-8369: Statically compiled property access o...

2017-10-31 Thread shils
GitHub user shils opened a pull request: https://github.com/apache/groovy/pull/625 GROOVY-8369: Statically compiled property access on enum class throws… … NoSuchFieldError You can merge this pull request into a Git repository by running: $ git pull

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

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

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

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

[jira] [Updated] (GROOVY-8369) Enum property access not working with @CompileStatic

2017-10-31 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8369: -- Component/s: Static compilation > Enum property access not working with @CompileStatic >

[jira] [Created] (GROOVY-8369) Enum property access not working with @CompileStatic

2017-10-31 Thread Paul King (JIRA)
Paul King created GROOVY-8369: - Summary: Enum property access not working with @CompileStatic Key: GROOVY-8369 URL: https://issues.apache.org/jira/browse/GROOVY-8369 Project: Groovy Issue Type: