Repository: hadoop
Updated Branches:
  refs/heads/trunk ea26cc0b4 -> 3affad9eb


HDFS-7169. Add SE_BAD_FIELD to findbugsExcludeFile.xml.


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

Branch: refs/heads/trunk
Commit: 3affad9ebd7def57eb3dd1cc1a1e806fceee63ad
Parents: ea26cc0
Author: Tsz-Wo Nicholas Sze <[email protected]>
Authored: Mon Oct 6 13:29:56 2014 -0700
Committer: Tsz-Wo Nicholas Sze <[email protected]>
Committed: Mon Oct 6 13:29:56 2014 -0700

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt                       | 2 ++
 .../hadoop-hdfs/dev-support/findbugsExcludeFile.xml               | 3 +++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/3affad9e/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt 
b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index a19cbfa..8d4b4f9 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -646,6 +646,8 @@ Release 2.6.0 - UNRELEASED
     HDFS-6894. Add XDR parser method for each NFS response.
     (Brandon Li via wheat9)
 
+    HDFS-7169. Add SE_BAD_FIELD to findbugsExcludeFile.xml.  (szetszwo)
+
   OPTIMIZATIONS
 
     HDFS-6690. Deduplicate xattr names in memory. (wang)

http://git-wip-us.apache.org/repos/asf/hadoop/blob/3affad9e/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 bbfb9e9..2ddc4cc 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml
@@ -24,6 +24,9 @@
        <Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
      </Match>
      <Match>
+       <Bug pattern="SE_BAD_FIELD" />
+     </Match>
+     <Match>
        <Class name="~.*_jsp" />
        <Bug pattern="DLS_DEAD_LOCAL_STORE" />
      </Match>

Reply via email to