Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-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 7CF6D10ACB for ; Thu, 26 Mar 2015 08:19:05 +0000 (UTC) Received: (qmail 7760 invoked by uid 500); 26 Mar 2015 08:19:05 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 7607 invoked by uid 500); 26 Mar 2015 08:19:05 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 7568 invoked by uid 99); 26 Mar 2015 08:19:05 -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, 26 Mar 2015 08:19:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2255AE2C0A; Thu, 26 Mar 2015 08:19:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: octo47@apache.org To: commits@hbase.apache.org Date: Thu, 26 Mar 2015 08:19:06 -0000 Message-Id: <7b0d729fba884e0ea3d079d0b8a4f6b8@git.apache.org> In-Reply-To: <752870bf84bc4685bf90cdbe0895c99b@git.apache.org> References: <752870bf84bc4685bf90cdbe0895c99b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] hbase git commit: HBASE-13334 FindBugs should create precise report for new bugs introduced (addendum) HBASE-13334 FindBugs should create precise report for new bugs introduced (addendum) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/69f6a2e7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/69f6a2e7 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/69f6a2e7 Branch: refs/heads/master Commit: 69f6a2e7b44d33e01866928672700cde1366f429 Parents: a85c1d9 Author: Andrey Stepachev Authored: Thu Mar 26 08:18:15 2015 +0000 Committer: Andrey Stepachev Committed: Thu Mar 26 08:18:15 2015 +0000 ---------------------------------------------------------------------- dev-support/test-patch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/69f6a2e7/dev-support/test-patch.sh ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index 64cf8a7..20d5f25 100755 --- a/dev-support/test-patch.sh +++ b/dev-support/test-patch.sh @@ -324,7 +324,7 @@ setup () { echo "" echo "" echo "$MVN clean package checkstyle:checkstyle-aggregate findbugs:findbugs -DskipTests \ - -D${PROJECT_NAME}PatchProcess > $PATCH_DIR/trunkJavacWarnings.txt 2>&1" + -D${PROJECT_NAME}PatchProcess > $PATCH_DIR/trunkJavacWarnings.txt 2>&1" export MAVEN_OPTS="${MAVEN_OPTS}" # build core and tests $MVN clean package checkstyle:checkstyle-aggregate findbugs:findbugs -DskipTests \ @@ -757,13 +757,13 @@ $JIRA_COMMENT_FOOTER" JIRA_COMMENT="$JIRA_COMMENT {color:red}-1 findbugs{color}. The patch appears to introduce $findbugsWarnings \ - new Findbugs (version ${findbugs_version}) warnings." + new Findbugs (version ${findbugs_version}) warnings." return 1 fi JIRA_COMMENT="$JIRA_COMMENT {color:green}+1 findbugs{color}. The patch does not introduce any \ - new Findbugs (version ${findbugs_version}) warnings." + new Findbugs (version ${findbugs_version}) warnings." return 0 }