keith-turner commented on PR #3405:
URL: https://github.com/apache/accumulo/pull/3405#issuecomment-1572958048

   > These non-thrift Java code will need review as we make progress on this. 
It's tedious to migrate the code, and tedious to review. I don't see any 
automated way around it.... unfortunately.
   
   Ok.  The reason I was asking was because if some automated process was being 
used I would rather review that process than the actual changes.  The only 
thing I can think for automating this is something like the following.
   
    1. In IDE before regenerating the thrift type, for each variable in the 
thrift type refactor the variable in the thrift code to use getters and setters.
    2. Regenerate the thrift code w/ getters and setters for the type changed 
above.
    3. See if it compiles.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to