Skip to content

Commit 58f1de4

Browse files
Exclude a spotbug error
1 parent 6901f5d commit 58f1de4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

hadoop-tools/hadoop-gcp/dev-support/findbugs-exclude.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@
2121
<Method name="createItemInfoForBlob" />
2222
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
2323
</Match>
24-
24+
<Match>
25+
<Class name="org.apache.hadoop.fs.gs.GoogleCloudStorage" />
26+
<Method name="createItemInfoForBlob" />
27+
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE" />
28+
</Match>
2529
</FindBugsFilter>

0 commit comments

Comments
 (0)