You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FindBugsExcludeFilter.xml 271B

12345678
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <FindBugsFilter>
  3. <!-- Silence warnings in classes generated by apt -->
  4. <Match>
  5. <Package name="org.eclipse.jgit.benchmarks.generated" />
  6. <Bug pattern="DLS_DEAD_LOCAL_STORE" />
  7. </Match>
  8. </FindBugsFilter>