summaryrefslogtreecommitdiff
path: root/excludeFindBugsFilter.xml
blob: a296594483780c9efd0d67d37f9e73fa56c0d2a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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>