Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7270D17EDE for ; Fri, 26 Sep 2014 18:01:18 +0000 (UTC) Received: (qmail 41505 invoked by uid 500); 26 Sep 2014 18:01:18 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 41400 invoked by uid 500); 26 Sep 2014 18:01:18 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 41375 invoked by uid 99); 26 Sep 2014 18:01:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2014 18:01:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EE99A9B3554; Fri, 26 Sep 2014 18:01:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Fri, 26 Sep 2014 18:01:18 -0000 Message-Id: In-Reply-To: <7dca7648e5b14c77a75511fa14b75b6a@git.apache.org> References: <7dca7648e5b14c77a75511fa14b75b6a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: ACCUMULO-3175 Fix some findbugs warnings ACCUMULO-3175 Fix some findbugs warnings Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/43528d5c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/43528d5c Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/43528d5c Branch: refs/heads/master Commit: 43528d5c96de6eb59abed6a01558737d56dfee1c Parents: b9a0b27 Author: Josh Elser Authored: Fri Sep 26 14:00:22 2014 -0400 Committer: Josh Elser Committed: Fri Sep 26 14:00:22 2014 -0400 ---------------------------------------------------------------------- test/src/test/java/org/apache/accumulo/test/Accumulo3047IT.java | 2 +- .../test/java/org/apache/accumulo/test/functional/LargeRowIT.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/43528d5c/test/src/test/java/org/apache/accumulo/test/Accumulo3047IT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/Accumulo3047IT.java b/test/src/test/java/org/apache/accumulo/test/Accumulo3047IT.java index 6066bf3..70e1c30 100644 --- a/test/src/test/java/org/apache/accumulo/test/Accumulo3047IT.java +++ b/test/src/test/java/org/apache/accumulo/test/Accumulo3047IT.java @@ -54,7 +54,7 @@ public class Accumulo3047IT extends ConfigurableMacIT { private int timeoutFactor = 1; @Before - public void setup() { + public void getTimeoutFactor() { try { timeoutFactor = Integer.parseInt(System.getProperty("timeout.factor")); } catch (NumberFormatException e) { http://git-wip-us.apache.org/repos/asf/accumulo/blob/43528d5c/test/src/test/java/org/apache/accumulo/test/functional/LargeRowIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/functional/LargeRowIT.java b/test/src/test/java/org/apache/accumulo/test/functional/LargeRowIT.java index 32f8539..c07ed1c 100644 --- a/test/src/test/java/org/apache/accumulo/test/functional/LargeRowIT.java +++ b/test/src/test/java/org/apache/accumulo/test/functional/LargeRowIT.java @@ -68,7 +68,7 @@ public class LargeRowIT extends ConfigurableMacIT { private int timeoutFactor = 1; @Before - public void setup() { + public void getTimeoutFactor() { try { timeoutFactor = Integer.parseInt(System.getProperty("timeout.factor")); } catch (NumberFormatException e) {