We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6901f5d commit 58f1de4Copy full SHA for 58f1de4
hadoop-tools/hadoop-gcp/dev-support/findbugs-exclude.xml
@@ -21,5 +21,9 @@
21
<Method name="createItemInfoForBlob" />
22
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
23
</Match>
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>
29
</FindBugsFilter>
0 commit comments