2023-12-20 18:10:58 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
|
|
|
|
<FindBugsFilter>
|
|
|
|
<Match>
|
2024-11-08 20:48:21 +00:00
|
|
|
<Package name="~hirs\.structs.*"/>
|
2023-12-20 18:10:58 +00:00
|
|
|
</Match>
|
2023-12-20 20:53:32 +00:00
|
|
|
<Match>
|
|
|
|
<!-- https://github.com/spotbugs/spotbugs/pull/2748 -->
|
2024-11-08 20:48:21 +00:00
|
|
|
<Bug pattern="CT_CONSTRUCTOR_THROW"/>
|
2023-12-20 20:53:32 +00:00
|
|
|
</Match>
|
2023-12-20 18:10:58 +00:00
|
|
|
|
2023-12-20 20:53:32 +00:00
|
|
|
<!-- <Match>-->
|
|
|
|
<!-- <!– To suppress false warnings in unit-tests for lambdas not using return values. –>-->
|
|
|
|
<!-- <Package name="~com\.company\.service\.interfaces\.types\.contacts"/>-->
|
|
|
|
<!-- <Bug pattern="RV_RETURN_VALUE_IGNORED"/>-->
|
|
|
|
<!-- </Match>-->
|
2023-12-20 18:10:58 +00:00
|
|
|
</FindBugsFilter>
|
|
|
|
|