[
https://issues.apache.org/jira/browse/THRIFT-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779316#action_12779316
]
David Reiss commented on THRIFT-551:
------------------------------------
Well, given that this appears to be the first case where we are putting a value
in there that doesn't correspond to a wire value, it might be the time. :) I'm
okay with delaying it, though, since there isn't much of a cost. There is some
unused junk in the C++ version that has never caused any headaches.
> Enumeration doesn't generate real enum in Java
> ----------------------------------------------
>
> Key: THRIFT-551
> URL: https://issues.apache.org/jira/browse/THRIFT-551
> Project: Thrift
> Issue Type: Bug
> Components: Compiler (Java)
> Reporter: Sammy Yu
> Assignee: Bryan Duxbury
> Attachments: thrift-551.patch
>
>
> When a enum is specified in the interface file, the code that is generated
> for Java just creates a empty class with a list of static integer constants,
> a list of valid values, and a map of values to names. It would be better if
> the enum is created instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.