[ https://issues.apache.org/jira/browse/GROOVY-6634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15034281#comment-15034281 ]
John Wagenleitner commented on GROOVY-6634: ------------------------------------------- Doesn't seem like my rights have changed, on profile tab it shows I'm in the {{jira-users}} group and I don't have the option to close. My 'jwagenleitner' JIRA account pre-dates my samed named ASF account so wonder if that might be the problem. > Annotated enum constants breaks enum > ------------------------------------ > > Key: GROOVY-6634 > URL: https://issues.apache.org/jira/browse/GROOVY-6634 > Project: Groovy > Issue Type: Bug > Affects Versions: 2.4.0-rc-1 > Reporter: Cédric Champeau > Priority: Critical > > If you write something like this: > {code} > enum FooEnum { > foo, > @Deprecated bar, > baz, > blah > } > {code} > Then the generated enum misses all constants after {{foo}}. There's no > compilation error (and it should pass), but constants are just missing. -- This message was sent by Atlassian JIRA (v6.3.4#6332)