5 Star 11 Fork 10

Gitee 极速下载/minio-java

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/minio/minio-java
克隆/下载
spotbugs-filter.xml 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<!-- False positive: Null pointer dereference. -->
<Match>
<Bug code="NP" />
</Match>
<!-- False positive in java 11: Redundant nullcheck of value known to be non-null. -->
<Match>
<Bug code="RCN" />
</Match>
<!-- False positive: Random object created and used only once. -->
<Match>
<Bug pattern="DMI_RANDOM_USED_ONLY_ONCE"/>
</Match>
<!-- False positive in many cases: May expose internal representation by returning reference to mutable object. -->
<Match>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>
<!-- False positive in many cases: May expose internal representation by incorporating reference to mutable object. -->
<Match>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
<!-- False positive in many cases: minio-java does not shadow the publicly available identifier from the Java Standard Library by packaging them under io.minio. -->
<Match>
<Bug pattern="PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_CLASS_NAMES"/>
</Match>
<!-- False positive in many cases: Classes cannot be final in reported classes and deprecated finalize() cannot be used. -->
<Match>
<Bug pattern="CT_CONSTRUCTOR_THROW"/>
</Match>
<!-- False positive: Method invocation is legit. -->
<Match>
<Bug pattern="DMI_DOH"/>
</Match>
</FindBugsFilter>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/minio-java.git
[email protected]:mirrors/minio-java.git
mirrors
minio-java
minio-java
master

搜索帮助