Alissa Bonas has uploaded a new change for review. Change subject: engine: exclude findbugs warning in Backend class ......................................................................
engine: exclude findbugs warning in Backend class Exclude a BC_UNCONFIRMED_CAST warning. Change-Id: Ic4346f8a85ef027d5e4285a3ecc341b661a2ed4f Signed-off-by: Alissa Bonas <[email protected]> --- M backend/manager/modules/bll/exclude-filters.xml 1 file changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/89/22789/1 diff --git a/backend/manager/modules/bll/exclude-filters.xml b/backend/manager/modules/bll/exclude-filters.xml index a54bee3..50eca8d 100644 --- a/backend/manager/modules/bll/exclude-filters.xml +++ b/backend/manager/modules/bll/exclude-filters.xml @@ -147,4 +147,12 @@ <Class name="org.ovirt.engine.core.bll.scheduling.SchedulingManager" /> <Bug pattern="JLM_JSR166_UTILCONCURRENT_MONITORENTER" /> </Match> + + <Match> + <Class name="org.ovirt.engine.core.bll.Backend" /> + <Method name="runPublicQuery" params="org.ovirt.engine.core.common.queries.VdcQueryType,org.ovirt.engine.core.common.queries.VdcQueryParametersBase" /> + <Bug pattern="BC_UNCONFIRMED_CAST" /> + </Match> + + </FindBugsFilter> -- To view, visit http://gerrit.ovirt.org/22789 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic4346f8a85ef027d5e4285a3ecc341b661a2ed4f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alissa Bonas <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
