NOTICKET: Relax the Static Analysis Rules for Mutability

This commit is contained in:
Snoweuph 2024-10-23 09:46:05 +02:00
parent 748ec7d80e
commit f289645dc3
Signed by: Snoweuph
GPG key ID: BEFC41DA223CEC55

View file

@ -1,12 +1,7 @@
<FindBugsFilter xmlns="https://raw.githubusercontent.com/spotbugs/spotbugs/4.8.6/spotbugs/etc/findbugsfilter.xsd">
<Match>
<!-- We Want This Exposure of Resources the Way it is for our usage -->
<Class name="de.hmmh.pmt.employee.ApiClientFactory"/>
<Bug code="M,V,EI"/>
</Match>
<Match>
<Class name="de.hmmh.pmt.db.Allocation"/>
<Bug code="M,V,EI,EI2"/>
<Source name="~.*"/>
<Bug code="EI,EI2"/> <!-- We don't care about these codes -->
</Match>
<Match>
<!--Ignore Auto Generated Code -->