Make an abstract base Client class so we can generate less code
---------------------------------------------------------------
Key: THRIFT-447
URL: https://issues.apache.org/jira/browse/THRIFT-447
Project: Thrift
Issue Type: Improvement
Components: Compiler (Java), Library (Java)
Reporter: Bryan Duxbury
Priority: Minor
Fix For: 0.2
The Java generator currently uses the generator to create all of the contents
of the myService.Client class, including boring stuff like the constructor and
instance variables. It seems like we could just factor this common base stuff
out into a BaseClient that lives in the library and simplify the generator
accordingly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.