45620eee68
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1221572 13f79535-47bb-0310-9956-ffa450edef68
13 lines
404 B
XML
13 lines
404 B
XML
<FindBugsFilter>
|
|
<Match>
|
|
<Class name="org.apache.hadoop.lib.service.instrumentation.InstrumentationService" />
|
|
<Method name="getToAdd" />
|
|
<Bug pattern="UL_UNRELEASED_LOCK" />
|
|
</Match>
|
|
<Match>
|
|
<Class name="org.apache.hadoop.fs.http.server.HttpFSServerWebApp" />
|
|
<Method name="destroy" />
|
|
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
|
|
</Match>
|
|
</FindBugsFilter>
|