HIRS/HIRS_Utils/config/spotbugs/spotbugs-exclude.xml

22 lines
737 B
XML
Raw Normal View History

2023-12-20 18:16:04 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
<FindBugsFilter>
<Match>
<Package name="~hirs\.utils.xjc.*"/>
</Match>
<Match>
<Package name="~hirs\.utils.rim.*"/>
2023-12-20 18:16:04 +00:00
</Match>
<Match>
<!-- https://github.com/spotbugs/spotbugs/pull/2748 -->
<Bug pattern="CT_CONSTRUCTOR_THROW"/>
</Match>
2023-12-20 18:16:04 +00:00
<!-- <Match>-->
<!-- &lt;!&ndash; To suppress false warnings in unit-tests for lambdas not using return values. &ndash;&gt;-->
<!-- <Package name="~com\.company\.service\.interfaces\.types\.contacts"/>-->
<!-- <Bug pattern="RV_RETURN_VALUE_IGNORED"/>-->
<!-- </Match>-->
2023-12-20 18:16:04 +00:00
</FindBugsFilter>