|
@@ -516,6 +516,11 @@
|
|
<Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD" />
|
|
<Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD" />
|
|
</Match>
|
|
</Match>
|
|
|
|
|
|
|
|
+ <Match>
|
|
|
|
+ <Class name="org.apache.hadoop.yarn.api.records.ResourceRequest" />
|
|
|
|
+ <Method name="equals" />
|
|
|
|
+ <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
|
|
|
|
+ </Match>
|
|
<Match>
|
|
<Match>
|
|
<Package name="org.apache.hadoop.yarn.api.records.impl.pb" />
|
|
<Package name="org.apache.hadoop.yarn.api.records.impl.pb" />
|
|
<Bug pattern="NP_BOOLEAN_RETURN_NULL" />
|
|
<Bug pattern="NP_BOOLEAN_RETURN_NULL" />
|