File: excludeFindBugsFilter.xml

package info (click to toggle)
zookeeper 3.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 26,268 kB
  • sloc: java: 124,153; cpp: 14,071; ansic: 12,500; javascript: 11,754; xml: 4,962; python: 2,829; sh: 2,434; makefile: 244; perl: 114
file content (11 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (4)
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>