瀏覽代碼

HDFS-11487. Ozone: Exclude container protobuf files from findbugs check. Contributed by Yuanbo Liu.

Anu Engineer 8 年之前
父節點
當前提交
72f0bed3dd
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml

+ 4 - 0
hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml

@@ -60,4 +60,8 @@
     <Field name="cachingStrategy" />
     <Bug pattern="IS2_INCONSISTENT_SYNC" />
   </Match>
+
+  <Match>
+    <Package name="org.apache.hadoop.hdfs.ozone.protocol.proto" />
+  </Match>
 </FindBugsFilter>