您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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>