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 327B

123456789
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <FindBugsFilter>
  3. <!-- Silence returning null for Boolean return type -->
  4. <Match>
  5. <Class name="org.eclipse.jgit.junit.ssh.SshTestGitServer$FakeUserAuthGSS" />
  6. <Method name="doAuth" />
  7. <Bug pattern="NP_BOOLEAN_RETURN_NULL" />
  8. </Match>
  9. </FindBugsFilter>