14 lines
No EOL
441 B
XML
14 lines
No EOL
441 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>
|
|
<Match>
|
|
<Package name="ch.ethz.seb.sebserver.webservice.datalayer.batis.model"/>
|
|
</Match>
|
|
</FindBugsFilter> |