Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EC65E200C78 for ; Thu, 18 May 2017 14:01:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EAC9C160BC4; Thu, 18 May 2017 12:01:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3540E160BB0 for ; Thu, 18 May 2017 14:01:48 +0200 (CEST) Received: (qmail 29351 invoked by uid 500); 18 May 2017 12:01:47 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 29339 invoked by uid 99); 18 May 2017 12:01:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2017 12:01:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EA2EEDFEF3; Thu, 18 May 2017 12:01:46 +0000 (UTC) From: rakeshadr To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper pull request #232: ZOOKEEPER-2731: Cleanup findbug warnings in bra... Content-Type: text/plain Message-Id: <20170518120146.EA2EEDFEF3@git1-us-west.apache.org> Date: Thu, 18 May 2017 12:01:46 +0000 (UTC) archived-at: Thu, 18 May 2017 12:01:49 -0000 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---