Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E6B2186D3 for ; Wed, 25 Nov 2015 19:07:34 +0000 (UTC) Received: (qmail 86040 invoked by uid 500); 25 Nov 2015 19:07:34 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 86003 invoked by uid 500); 25 Nov 2015 19:07:34 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 85988 invoked by uid 99); 25 Nov 2015 19:07:34 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2015 19:07:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 973A41A208F for ; Wed, 25 Nov 2015 19:07:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.247 X-Spam-Level: X-Spam-Status: No, score=0.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id gzdllGgPAqtF for ; Wed, 25 Nov 2015 19:07:20 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id DA1C222F20 for ; Wed, 25 Nov 2015 19:07:14 +0000 (UTC) Received: (qmail 84119 invoked by uid 99); 25 Nov 2015 19:07:14 -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; Wed, 25 Nov 2015 19:07:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 965F0E1125; Wed, 25 Nov 2015 19:07:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vford13@apache.org To: commits@geode.incubator.apache.org Date: Wed, 25 Nov 2015 19:07:25 -0000 Message-Id: In-Reply-To: <7cde6054e33a43d9bcaf38e7180aa4d8@git.apache.org> References: <7cde6054e33a43d9bcaf38e7180aa4d8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/50] [abbrv] incubator-geode git commit: Revert "Change FindBugs reportLevel to 'low' so all bugs are reported" Revert "Change FindBugs reportLevel to 'low' so all bugs are reported" This reverts commit 6444722fbb92a1a9c8a2fbc65cd25d07d0ba300e. Mistakenly checked into develop Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/85476953 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/85476953 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/85476953 Branch: refs/heads/feature/GEODE-78 Commit: 85476953a884659229b19c65ea1e1a24f4067232 Parents: 6444722 Author: Mark Bretl Authored: Thu Sep 24 15:38:27 2015 -0700 Committer: Mark Bretl Committed: Thu Sep 24 15:38:27 2015 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/85476953/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index eda7642..d7b4965 100755 --- a/build.gradle +++ b/build.gradle @@ -160,7 +160,7 @@ subprojects { dep.transitive = true } findbugs.effort = 'max' - findbugs.reportLevel = 'low' + findbugs.reportLevel = 'high' } tasks.withType(FindBugs) {