You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ae...@apache.org on 2016/03/04 20:50:14 UTC

hadoop git commit: HDFS-9907. Exclude Ozone protobuf-generated classes from Findbugs analysis. Contributed by Chris Nauroth

Repository: hadoop
Updated Branches:
  refs/heads/HDFS-7240 1244d8ff5 -> 19e57d52f


HDFS-9907. Exclude Ozone protobuf-generated classes from Findbugs analysis. Contributed by Chris Nauroth


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

Branch: refs/heads/HDFS-7240
Commit: 19e57d52fad4f4a6b6ba95ae9dd05ddb38f10c0b
Parents: 1244d8f
Author: Anu Engineer <ae...@apache.org>
Authored: Fri Mar 4 11:49:43 2016 -0800
Committer: Anu Engineer <ae...@apache.org>
Committed: Fri Mar 4 11:49:43 2016 -0800

----------------------------------------------------------------------
 .../hadoop-hdfs/dev-support/findbugsExcludeFile.xml               | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/19e57d52/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml b/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml
index 3ae8b59..df48e9d 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml
@@ -3,6 +3,9 @@
        <Package name="org.apache.hadoop.record.compiler.generated" />
      </Match>
      <Match>
+       <Package name="org.apache.hadoop.hdfs.ozone.protocol.proto" />
+     </Match>
+     <Match>
        <Package name="org.apache.hadoop.hdfs.protocol.proto" />
      </Match>
      <Match>