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 dbaf572 commit dc160cfCopy full SHA for dc160cf
hadoop-hdfs-project/hadoop-hdfs-httpfs/dev-support/findbugsExcludeFile.xml
@@ -35,4 +35,9 @@
35
<Method name="closeFileSystem" />
36
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE" />
37
</Match>
38
+ <Match>
39
+ <Class name="org.apache.hadoop.fs.http.client.HttpFSFileSystem" />
40
+ <Method name="getXAttr" />
41
+ <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
42
+ </Match>
43
</FindBugsFilter>
0 commit comments