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/29 22:52:14 UTC

[jira] Updated: (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 updated THRIFT-479:
---------------------------------

       Patch Info: [Patch Available]
    Fix Version/s: 0.2
         Assignee: Bryan Duxbury

> 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.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.