You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2012/09/05 23:25:08 UTC

[jira] [Created] (ACCUMULO-754) Generated thrift produces warnings on enums

Christopher Tubbs created ACCUMULO-754:
------------------------------------------

             Summary: Generated thrift produces warnings on enums
                 Key: ACCUMULO-754
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-754
             Project: Accumulo
          Issue Type: Bug
          Components: thrift
    Affects Versions: 1.4.1
            Reporter: Christopher Tubbs
            Assignee: Eric Newton
             Fix For: 1.5.0


Thrift generates lots of warnings. ACCUMULO-30 says that it won't be fixed, but a post-processing step was added to suppress warnings in the script that calls the thrift binary to generate the code.

A post-processing step needs to be added to suppress warnings in the enums generated also, not just the classes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (ACCUMULO-754) Generated thrift produces warnings on enums

Posted by "Keith Turner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449223#comment-13449223 ] 

Keith Turner commented on ACCUMULO-754:
---------------------------------------

Patch looks good.  I just committed it.  Now there are only two warnings in eclipse.
                
> Generated thrift produces warnings on enums
> -------------------------------------------
>
>                 Key: ACCUMULO-754
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-754
>             Project: Accumulo
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 1.4.1
>            Reporter: Christopher Tubbs
>            Assignee: Eric Newton
>              Labels: generated, java, script, thrift
>             Fix For: 1.5.0
>
>         Attachments: accumulo-754.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Thrift generates lots of warnings. ACCUMULO-30 says that it won't be fixed, but a post-processing step was added to suppress warnings in the script that calls the thrift binary to generate the code.
> A post-processing step needs to be added to suppress warnings in the enums generated also, not just the classes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (ACCUMULO-754) Generated thrift produces warnings on enums

Posted by "Christopher Tubbs (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Tubbs updated ACCUMULO-754:
---------------------------------------

    Attachment: accumulo-754.patch

The first part of this patch adds the line to suppress warnings for enums. The rest are the resulting changes to the version-controlled thrift-generated files.
                
> Generated thrift produces warnings on enums
> -------------------------------------------
>
>                 Key: ACCUMULO-754
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-754
>             Project: Accumulo
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 1.4.1
>            Reporter: Christopher Tubbs
>            Assignee: Eric Newton
>              Labels: generated, java, script, thrift
>             Fix For: 1.5.0
>
>         Attachments: accumulo-754.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Thrift generates lots of warnings. ACCUMULO-30 says that it won't be fixed, but a post-processing step was added to suppress warnings in the script that calls the thrift binary to generate the code.
> A post-processing step needs to be added to suppress warnings in the enums generated also, not just the classes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (ACCUMULO-754) Generated thrift produces warnings on enums

Posted by "Christopher Tubbs (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449227#comment-13449227 ] 

Christopher Tubbs commented on ACCUMULO-754:
--------------------------------------------

I have a few more in Eclipse Juno (default settings).
                
> Generated thrift produces warnings on enums
> -------------------------------------------
>
>                 Key: ACCUMULO-754
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-754
>             Project: Accumulo
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 1.4.1
>            Reporter: Christopher Tubbs
>            Assignee: Eric Newton
>              Labels: generated, java, script, thrift
>             Fix For: 1.5.0
>
>         Attachments: accumulo-754.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Thrift generates lots of warnings. ACCUMULO-30 says that it won't be fixed, but a post-processing step was added to suppress warnings in the script that calls the thrift binary to generate the code.
> A post-processing step needs to be added to suppress warnings in the enums generated also, not just the classes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (ACCUMULO-754) Generated thrift produces warnings on enums

Posted by "Christopher Tubbs (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Tubbs resolved ACCUMULO-754.
----------------------------------------

    Resolution: Fixed
    
> Generated thrift produces warnings on enums
> -------------------------------------------
>
>                 Key: ACCUMULO-754
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-754
>             Project: Accumulo
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 1.4.1
>            Reporter: Christopher Tubbs
>            Assignee: Eric Newton
>              Labels: generated, java, script, thrift
>             Fix For: 1.5.0
>
>         Attachments: accumulo-754.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Thrift generates lots of warnings. ACCUMULO-30 says that it won't be fixed, but a post-processing step was added to suppress warnings in the script that calls the thrift binary to generate the code.
> A post-processing step needs to be added to suppress warnings in the enums generated also, not just the classes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira