Hello everybody,

it would be very nice if somebody could grant John the missing JIRA rights.

Thanks,
Pascal

-------- Weitergeleitete Nachricht --------
Betreff: [jira] [Commented] (GROOVY-6634) Annotated enum constants breaks enum
Datum:  Tue, 1 Dec 2015 18:27:11 +0000 (UTC)
Von:    John Wagenleitner (JIRA) <[email protected]>
An:     [email protected]


    [ 
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)



Reply via email to