Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
excludeFindBugsFilter.xml 347 Bytes
Copy Edit Raw Blame History
<?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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化