Ai
12 Star 21 Fork 0

Gitee 极速下载/dropwizard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/codahale/dropwizard
克隆/下载
findbugs-exclude.xml 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<!-- we're *supposed* to manually GC there -->
<Match>
<Class name="io.dropwizard.servlets.tasks.GarbageCollectionTask"/>
<Method name="execute"/>
<Bug pattern="DM_GC"/>
</Match>
<!-- kind of hard to use exit codes without System.exit -->
<Match>
<Class name="io.dropwizard.Application"/>
<Method name="onFatalError"/>
<Bug pattern="DM_EXIT"/>
</Match>
<!-- serialization is boring -->
<Match>
<Bug code="Se"/>
<Class name="io.dropwizard.servlets.tasks.TaskServlet"/>
</Match>
<Match>
<Bug code="Se"/>
<Class name="io.dropwizard.servlets.assets.AssetServlet"/>
</Match>
<!-- pretty sure this is a bug in FindBugs -->
<Match>
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE"/>
<Class name="io.dropwizard.configuration.ConfigurationFactory"/>
</Match>
<!-- exclude the generated code by JMH from the analysis -->
<Match>
<Package name="~io\.dropwizard\.benchmarks\..*\.generated"/>
</Match>
<Match>
<Package name="~org\.openjdk\.jmh.*"/>
</Match>
</FindBugsFilter>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/dropwizard.git
git@gitee.com:mirrors/dropwizard.git
mirrors
dropwizard
dropwizard
master

搜索帮助