YARN-10358. Fix findbugs warnings in hadoop-yarn-project on branch-2.10. (#2164)
This commit is contained in:
parent
2b6b5476ba
commit
ecf88b972f
@ -641,4 +641,16 @@
|
||||
<Bug pattern="EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC" />
|
||||
</Match>
|
||||
|
||||
<!-- Ignore WMI_WRONG_MAP_ITERATOR for EnumMap -->
|
||||
<Match>
|
||||
<Class name="org.apache.hadoop.yarn.state.StateMachineFactory" />
|
||||
<Method name="generateStateGraph" />
|
||||
<Bug pattern="WMI_WRONG_MAP_ITERATOR" />
|
||||
</Match>
|
||||
|
||||
<Match>
|
||||
<Class name="org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper" />
|
||||
<Method name="readResultsWithTimestamps" />
|
||||
<Bug pattern="BX_UNBOXING_IMMEDIATELY_REBOXED" />
|
||||
</Match>
|
||||
</FindBugsFilter>
|
||||
|
Loading…
x
Reference in New Issue
Block a user