Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
PROBLEM
The dart generator produces inconsistent code for argument names that start with an uppercase letter and have a default value. The function signature uses lowercase, but the constructor uses uppercase.
SOLUTION
Pass the argument name through the get_field_name() function, to generate code consistent with the other references of argument names.
Attachments
Issue Links
- is a clone of
-
THRIFT-3471 Dart generator does not handle uppercase argument names
- Closed