You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/11/08 14:52:49 UTC

[4/4] hbase git commit: HBASE-21443 [hbase-connectors] Purge hbase-* modules from core now they've been moved to hbase-connectors

HBASE-21443 [hbase-connectors] Purge hbase-* modules from core now they've been moved to hbase-connectors

ADDENDUM: Remove exception for scala files in findbugs now that we don't have any.

Signed-off-by: Sean Busbey <bu...@apache.org>
Signed-off-by: Peter Somogyi <ps...@cloudera.com>
(cherry picked from commit 2792253322efe5cbbbc19486801f1e38df5802d5)
(cherry picked from commit 54172c9890cc31d2b885fcae77e0d2255ed947c5)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e5fb2f96
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e5fb2f96
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e5fb2f96

Branch: refs/heads/branch-2
Commit: e5fb2f968ac2f5f38683fb447e5d587aeed132a9
Parents: b8bd3b1
Author: Michael Stack <st...@apache.org>
Authored: Wed Nov 7 09:30:24 2018 +0000
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Nov 8 08:52:06 2018 -0600

----------------------------------------------------------------------
 dev-support/findbugs-exclude.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e5fb2f96/dev-support/findbugs-exclude.xml
----------------------------------------------------------------------
diff --git a/dev-support/findbugs-exclude.xml b/dev-support/findbugs-exclude.xml
index 9813546..a5da96f 100644
--- a/dev-support/findbugs-exclude.xml
+++ b/dev-support/findbugs-exclude.xml
@@ -242,8 +242,4 @@
     <Bug pattern="MS_EXPOSE_REP"/>
   </Match>
 
-  <Match>
-    <Source name="~.*\.scala" />
-  </Match>
-
 </FindBugsFilter>