Skip to content

Commit 6b54445

Browse files
committed
HADOOP-16386. FindBugs warning in branch-2: GlobalStorageStatistics defines non-transient non-serializable instance field map.
Signed-off-by: Masatake Iwasaki <[email protected]> (cherry picked from commit 62fdfaf)
1 parent 0786127 commit 6b54445

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hadoop-common-project/hadoop-common/dev-support/findbugsExcludeFile.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,12 @@
207207
<Bug pattern="BC_UNCONFIRMED_CAST" />
208208
</Match>
209209

210+
<Match>
211+
<Class name="org.apache.hadoop.fs.GlobalStorageStatistics" />
212+
<Field name="map" />
213+
<Bug pattern="SE_BAD_FIELD" />
214+
</Match>
215+
210216
<!--
211217
The compareTo method is actually a dummy method that just
212218
throws excpetions. So, no need to override equals. Ignore

0 commit comments

Comments
 (0)