xref: /JGit/org.eclipse.jgit.junit.ssh/findBugs/FindBugsExcludeFilter.xml (revision 21262e98fe6ccb397f7d8af0fca6c8b8c0de2794)
1*21262e98SMatthias Sohn<?xml version="1.0" encoding="UTF-8" ?>
2*21262e98SMatthias Sohn<FindBugsFilter>
3*21262e98SMatthias Sohn     <!-- Silence returning null for Boolean return type -->
4*21262e98SMatthias Sohn     <Match>
5*21262e98SMatthias Sohn       <Class name="org.eclipse.jgit.junit.ssh.SshTestGitServer$FakeUserAuthGSS" />
6*21262e98SMatthias Sohn       <Method name="doAuth" />
7*21262e98SMatthias Sohn       <Bug pattern="NP_BOOLEAN_RETURN_NULL" />
8*21262e98SMatthias Sohn     </Match>
9*21262e98SMatthias Sohn</FindBugsFilter>
10