1 Star 0 Fork 6

webbabyking/pac4j

forked from Gitee 极速下载/pac4j 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
spotbugs-exclude.xml 2.46 KB
一键复制 编辑 原始数据 按行查看 历史
Jérôme LELEU 提交于 2023-02-24 09:31 . fix javadoc
<FindBugsFilter>
<Match>
<Class name="~.*AnonymousClient"/>
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
</Match>
<Match>
<Class name="~.*BaseClient"/>
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
</Match>
<Match>
<Class name="~.*PathMatcher"/>
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
</Match>
<Match>
<Class name="~.*AbstractConfigFilter"/>
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
</Match>
<Match>
<Class name="~.*DigestCredentials"/>
<Bug pattern="EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC" />
</Match>
<Match>
<Class name="~.*BooleanConverter$"/>
<Bug code="NP" />
</Match>
<Match>
<Class name="~.*DefaultCallbackLogic"/>
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
</Match>
<Match>
<Class name="~.*DefaultCallbackLogicTests"/>
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE" />
</Match>
<Match>
<Class name="~.*DefaultLogoutLogic"/>
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
</Match>
<Match>
<!-- disabling the check for all classes because of a bug in JDK11 <Class name="~.*MongoProfileService"/-->
<Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE" />
</Match>
<!-- JDK10 build fix -->
<Match>
<Bug pattern="OBL_UNSATISFIED_OBLIGATION" />
</Match>
<Match>
<Bug pattern="JUA_DONT_ASSERT_INSTANCEOF_IN_TESTS" />
</Match>
<Match>
<Class name="~.*SAML2Credentials"/>
<Bug code="Se" />
</Match>
<Match>
<Class name="~.*SAML2ClientConfiguration"/>
<Bug code="REC" />
</Match>
<Match>
<Bug pattern="EI_EXPOSE_REP" />
</Match>
<Match>
<Bug pattern="EI_EXPOSE_REP2" />
</Match>
<Match>
<Class name="~.*ProfileHelper"/>
<Bug pattern="EI_EXPOSE_STATIC_REP2" />
</Match>
<Match>
<Class name="~.*ProfileHelper"/>
<Bug pattern="MS_EXPOSE_REP" />
</Match>
<Match>
<Class name="~.*JsonHelper"/>
<Bug pattern="MS_EXPOSE_REP" />
</Match>
<Match>
<Class name="~.*SecretSignatureConfigurationTests"/>
<Bug pattern="DMI_RANDOM_USED_ONLY_ONCE" />
</Match>
<Match>
<Class name="~.*DbServer"/>
<Bug pattern="MS_EXPOSE_REP" />
</Match>
</FindBugsFilter>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/webbabyking/pac4j.git
[email protected]:webbabyking/pac4j.git
webbabyking
pac4j
pac4j
master

搜索帮助