Alissa Bonas has uploaded a new change for review. Change subject: engine: supress 2 findbugs in ConfigDaoImpl ......................................................................
engine: supress 2 findbugs in ConfigDaoImpl Supress (exclude) 2 findbugs warnings in ConfigDaoImpl since they are not correct. Change-Id: I979843feb986b5424d986f00abdd0d442817c066 Signed-off-by: Alissa Bonas <abo...@redhat.com> --- M backend/manager/tools/exclude-filters.xml 1 file changed, 14 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/27/22027/1 diff --git a/backend/manager/tools/exclude-filters.xml b/backend/manager/tools/exclude-filters.xml index b1d670a..8868367 100644 --- a/backend/manager/tools/exclude-filters.xml +++ b/backend/manager/tools/exclude-filters.xml @@ -39,4 +39,18 @@ <Method name="handle"/> <Bug code="Dm"/> </Match> + + <Match> + <Class name="org.ovirt.engine.core.config.db.ConfigDaoImpl" /> + <Method name="getKey" params="org.ovirt.engine.core.config.entity.ConfigKey"/> + <Bug pattern="OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE"/> + </Match> + + <Match> + <Class name="org.ovirt.engine.core.config.db.ConfigDaoImpl" /> + <Method name="getKeysForName" params="java.lang.String" /> + <Bug pattern="OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE"/> + </Match> + + </FindBugsFilter> -- To view, visit http://gerrit.ovirt.org/22027 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I979843feb986b5424d986f00abdd0d442817c066 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alissa Bonas <abo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches