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