Addendum patch for YARN-5180 updating findbugs-exclude.xml

(cherry picked from commit 8554aee1be)
This commit is contained in:
Arun Suresh 2016-06-07 15:59:13 -07:00
parent 8b34040cb9
commit 6a9f38ebaf
1 changed files with 5 additions and 0 deletions

View File

@ -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" />