findbugs
This commit is contained in:
parent
5a6527961a
commit
c51c1bd902
1 changed files with 2 additions and 1 deletions
|
@ -24,13 +24,14 @@
|
|||
<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>
|
||||
<Package name="ch.ethz.seb.sebserver.gui.service.page" />
|
||||
<Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD" />
|
||||
</Match>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue