Alissa Bonas has uploaded a new change for review. Change subject: ui: fix findbugs exclude filter. ......................................................................
ui: fix findbugs exclude filter. The numbering of anonymous classes changed due to a refactoring, and hence the exclude filter didn't mask the warnings properly. Change-Id: If96b5a6214dcefe47fae37fd7c1ccdd364166e33 Signed-off-by: Alissa Bonas <[email protected]> --- M frontend/webadmin/modules/gwt-common/exclude-filters.xml 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/91/22791/1 diff --git a/frontend/webadmin/modules/gwt-common/exclude-filters.xml b/frontend/webadmin/modules/gwt-common/exclude-filters.xml index af2200e..faffa3e 100644 --- a/frontend/webadmin/modules/gwt-common/exclude-filters.xml +++ b/frontend/webadmin/modules/gwt-common/exclude-filters.xml @@ -193,17 +193,17 @@ </Match> <Match> - <Class name="org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmPopupWidget$21" /> + <Class name="org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmPopupWidget$17" /> <Bug pattern="BC_UNCONFIRMED_CAST"/> </Match> <Match> - <Class name="org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmPopupWidget$24" /> + <Class name="org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmPopupWidget$20" /> <Bug pattern="BC_UNCONFIRMED_CAST"/> </Match> <Match> - <Class name="org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmPopupWidget$25" /> + <Class name="org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmPopupWidget$23" /> <Bug pattern="BC_UNCONFIRMED_CAST"/> </Match> -- To view, visit http://gerrit.ovirt.org/22791 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If96b5a6214dcefe47fae37fd7c1ccdd364166e33 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
