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

123456789
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <FindBugsFilter>
  3. <!-- We want complete control over clone behavior and
  4. don't want to use Object's clone implementation.
  5. -->
  6. <Match>
  7. <Bug pattern="CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE" />
  8. </Match>
  9. </FindBugsFilter>