HDFS-7169. Add SE_BAD_FIELD to findbugsExcludeFile.xml.

This commit is contained in:
Tsz-Wo Nicholas Sze 2014-10-06 13:29:56 -07:00
parent 43358be60b
commit e5e9cf219a
2 changed files with 5 additions and 0 deletions

View File

@ -291,6 +291,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)

View File

@ -23,6 +23,9 @@
<Match>
<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" />