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 2010/10/27 20:53:20 UTC

[jira] Closed: (THRIFT-635) CamelCase methods in Java code generator

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

Bryan Duxbury closed THRIFT-635.
--------------------------------

    Resolution: Won't Fix

> CamelCase methods in Java code generator
> ----------------------------------------
>
>                 Key: THRIFT-635
>                 URL: https://issues.apache.org/jira/browse/THRIFT-635
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Compiler
>            Reporter: Michael Andrews
>            Priority: Trivial
>         Attachments: 001-java-CamelCase-fix.patch
>
>
> thrift --gen java:camel doesn't generate idiomatic names for getters and setters.  For instance:
> struct SlicePredicate {
>     1: optional list<binary> column_names,
>     2: optional SliceRange   slice_range,
> }
> has generated getters and setters:
> getSlice_range
> setSlice_range

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