excludeFindBugsFilter.xml 411 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <FindBugsFilter>
  3. <!-- this work work on JDK11 https://github.com/spotbugs/spotbugs-maven-plugin/issues/92 -->
  4. <Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/>
  5. <!-- this problem is to be addressed in ZOOKEEPER-3227 -->
  6. <Bug pattern="DM_DEFAULT_ENCODING"/>
  7. <!-- not really a problem -->
  8. <Bug pattern="DM_EXIT"/>
  9. </FindBugsFilter>