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" />
|
||||
</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" />
|
||||
</Match>
|
||||
<Match>
|
||||
|
@ -35,4 +35,5 @@
|
|||
|
||||
|
||||
|
||||
|
||||
</FindBugsFilter>
|
Loading…
Reference in a new issue