findbugsExcludeFile.xml 404 B

123456789101112
  1. <FindBugsFilter>
  2. <Match>
  3. <Class name="org.apache.hadoop.lib.service.instrumentation.InstrumentationService" />
  4. <Method name="getToAdd" />
  5. <Bug pattern="UL_UNRELEASED_LOCK" />
  6. </Match>
  7. <Match>
  8. <Class name="org.apache.hadoop.fs.http.server.HttpFSServerWebApp" />
  9. <Method name="destroy" />
  10. <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
  11. </Match>
  12. </FindBugsFilter>