aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/findBugs/FindBugsExcludeFilter.xml
blob: b4ef95379b8e4dcb7b1226798942e896958c923b (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8" ?>
<FindBugsFilter>
     <!-- We want complete control over clone behavior and
          don't want to use Object's clone implementation.
       -->
     <Match>
       <Bug pattern="CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE" />
     </Match>
</FindBugsFilter>