xref: /JGit/org.eclipse.jgit.test/findBugs/FindBugsExcludeFilter.xml (revision d7b94f019449a8d5210b3bdd8dc439d508d227d5)
1*d7b94f01SMatthias Sohn<?xml version="1.0" encoding="UTF-8" ?>
2*d7b94f01SMatthias Sohn<FindBugsFilter>
3*d7b94f01SMatthias Sohn     <!-- We want complete control over clone behavior and
4*d7b94f01SMatthias Sohn          don't want to use Object's clone implementation.
5*d7b94f01SMatthias Sohn       -->
6*d7b94f01SMatthias Sohn     <Match>
7*d7b94f01SMatthias Sohn       <Bug pattern="CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE" />
8*d7b94f01SMatthias Sohn     </Match>
9*d7b94f01SMatthias Sohn</FindBugsFilter>
10