Github user rakeshadr commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/232#discussion_r117228583
--- Diff: src/java/main/org/apache/jute/compiler/JType.java ---
@@ -27,7 +27,7 @@
private String mCName;
private String mCppName;
private String mCsharpName;
- private String mJavaName;
+ protected String mJavaName;
--- End diff --
Thanks a lot @afine for pointing out the performance gains. I'd suggest to
separate out the changes that helps to improve the performance from findbug fix
because that would make the findbug fix/reviews simple. Also, iiuc perf related
changes are applicable to all the branch codes and separate task would help us
to track/merge the changes easily rather than clubbing multiple changes
together in one commit.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---