aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit.ssh/findBugs/FindBugsExcludeFilter.xml
blob: 999cb71f7cec7a5a468cdfe04b4792c206d658b7 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8" ?>
<FindBugsFilter>
     <!-- Silence returning null for Boolean return type -->
     <Match>
       <Class name="org.eclipse.jgit.junit.ssh.SshTestGitServer$FakeUserAuthGSS" />
       <Method name="doAuth" />
       <Bug pattern="NP_BOOLEAN_RETURN_NULL" />
     </Match>
</FindBugsFilter>