findbugs
This commit is contained in:
parent
5a6527961a
commit
c51c1bd902
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
<Bug pattern="SE_BAD_FIELD" />
|
<Bug pattern="SE_BAD_FIELD" />
|
||||||
</Match>
|
</Match>
|
||||||
<Match>
|
<Match>
|
||||||
<Package name="~ch\.ethz\.seb\.sebserver\.gui\.content\..*" />
|
<Package name="ch.ethz.seb.sebserver.gui.content" />
|
||||||
<Bug pattern="RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT" />
|
<Bug pattern="RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT" />
|
||||||
</Match>
|
</Match>
|
||||||
<Match>
|
<Match>
|
||||||
|
@ -35,4 +35,5 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</FindBugsFilter>
|
</FindBugsFilter>
|
Loading…
Reference in a new issue