Addendum patch for YARN-5180 updating findbugs-exclude.xml
(cherry picked from commit 8554aee1be
)
This commit is contained in:
parent
8b34040cb9
commit
6a9f38ebaf
|
@ -516,6 +516,11 @@
|
|||
<Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD" />
|
||||
</Match>
|
||||
|
||||
<Match>
|
||||
<Class name="org.apache.hadoop.yarn.api.records.ResourceRequest" />
|
||||
<Method name="equals" />
|
||||
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Package name="org.apache.hadoop.yarn.api.records.impl.pb" />
|
||||
<Bug pattern="NP_BOOLEAN_RETURN_NULL" />
|
||||
|
|
Loading…
Reference in New Issue