JavaMavenApp/spotbugs-exclude-filter.xml
2022-08-13 16:56:28 +02:00

9 lines
390 B
XML

<FindBugsFilter>
<Match>
<!-- We store references we get from outside and we give stored references to the outside -->
<!-- EI: May expose internal representation by returning reference to mutable object -->
<!-- EI2: May expose internal representation by incorporating reference to mutable object -->
<Bug code="EI,EI2"/>
</Match>
</FindBugsFilter>