@@ -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)
@@ -23,6 +23,9 @@
<Match>
<Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
</Match>
+ <Match>
+ <Bug pattern="SE_BAD_FIELD" />
+ </Match>
<Class name="~.*_jsp" />
<Bug pattern="DLS_DEAD_LOCAL_STORE" />