[
https://issues.apache.org/jira/browse/GROOVY-4438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul King resolved GROOVY-4438.
-------------------------------
Resolution: Fixed
Fix Version/s: (was: 3.0)
2.6.0-alpha-1
> Use of an inner enum causes compilation to go into infinite loop
> ----------------------------------------------------------------
>
> Key: GROOVY-4438
> URL: https://issues.apache.org/jira/browse/GROOVY-4438
> Project: Groovy
> Issue Type: Bug
> Components: class generator
> Affects Versions: 1.7.5
> Reporter: Roshan Dawrani
> Assignee: Daniel Sun
> Priority: Critical
> Fix For: 2.6.0-alpha-1
>
>
> The following piece of code causes the compilation to go into infinite loop
> {code:title=Groovy Compiler - To infinity and beyond..|titleBGColor=#FF6666}
> enum Outer {
> A, B
> enum Inner{X, Y}
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)