You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2009/07/30 01:45:14 UTC

[jira] Resolved: (THRIFT-479) Add javadocs for enum types

     [ https://issues.apache.org/jira/browse/THRIFT-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury resolved THRIFT-479.
----------------------------------

    Resolution: Fixed

I just committed this.

> Add javadocs for enum types
> ---------------------------
>
>                 Key: THRIFT-479
>                 URL: https://issues.apache.org/jira/browse/THRIFT-479
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (Java)
>            Reporter: Ben Maurer
>            Assignee: Bryan Duxbury
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: thrift-479-v2.patch, thrift-479-v3.patch, thrift-479.patch
>
>
> When you are using an IDE, there's no way to know what the relevant enum type is for a given thrift type. The compiler should generate code like:
> /** @see com.foo.blah.EnumType */
> public int my_enum;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.