blob: a296594483780c9efd0d67d37f9e73fa56c0d2a5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<!-- this work work on JDK11 https://github.com/spotbugs/spotbugs-maven-plugin/issues/92 -->
<Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/>
<!-- this problem is to be addressed in ZOOKEEPER-3227 -->
<Bug pattern="DM_DEFAULT_ENCODING"/>
</FindBugsFilter>