1 Star 0 Fork 117

lianglongqun / Apache ZooKeeper

forked from Apache / ZooKeeper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
excludeFindBugsFilter.xml 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?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>
1
https://gitee.com/jscode/zookeeper.git
git@gitee.com:jscode/zookeeper.git
jscode
zookeeper
Apache ZooKeeper
master

搜索帮助