11 lines
No EOL
344 B
XML
11 lines
No EOL
344 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<FindBugsFilter>
|
|
<!-- <Match> -->
|
|
<!-- <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2"/> -->
|
|
<!-- </Match> -->
|
|
|
|
<!-- Exclude generated classes -->
|
|
<Match>
|
|
<Package name="~ch\.ethz\.seb\.sebserver.\webservice\.datalayer.\batis\.mapper\..*"/>
|
|
</Match>
|
|
</FindBugsFilter> |