CamelCase methods in Java code generator ----------------------------------------
Key: THRIFT-635 URL: https://issues.apache.org/jira/browse/THRIFT-635 Project: Thrift Issue Type: Improvement Components: Compiler (Java) Reporter: Michael Andrews Priority: Trivial 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.