HDFS-7169. Add SE_BAD_FIELD to findbugsExcludeFile.xml.
This commit is contained in:
parent
43358be60b
commit
e5e9cf219a
|
@ -291,6 +291,8 @@ Release 2.6.0 - UNRELEASED
|
||||||
HDFS-6894. Add XDR parser method for each NFS response.
|
HDFS-6894. Add XDR parser method for each NFS response.
|
||||||
(Brandon Li via wheat9)
|
(Brandon Li via wheat9)
|
||||||
|
|
||||||
|
HDFS-7169. Add SE_BAD_FIELD to findbugsExcludeFile.xml. (szetszwo)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HDFS-6690. Deduplicate xattr names in memory. (wang)
|
HDFS-6690. Deduplicate xattr names in memory. (wang)
|
||||||
|
|
|
@ -23,6 +23,9 @@
|
||||||
<Match>
|
<Match>
|
||||||
<Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
|
<Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
|
||||||
</Match>
|
</Match>
|
||||||
|
<Match>
|
||||||
|
<Bug pattern="SE_BAD_FIELD" />
|
||||||
|
</Match>
|
||||||
<Match>
|
<Match>
|
||||||
<Class name="~.*_jsp" />
|
<Class name="~.*_jsp" />
|
||||||
<Bug pattern="DLS_DEAD_LOCAL_STORE" />
|
<Bug pattern="DLS_DEAD_LOCAL_STORE" />
|
||||||
|
|
Loading…
Reference in New Issue