Alissa Bonas has uploaded a new change for review. Change subject: frontend: ignore in findbugs EventArgs unconfirmed cast errors ......................................................................
frontend: ignore in findbugs EventArgs unconfirmed cast errors Ignore in findbugs errors related to casting EventArgs. The casting is safe in this case, and a future refactoring will make findbug warning resolved in any case.(RFE #1034844) This is a third patch following http://gerrit.ovirt.org/#/c/21838/ Change-Id: Ie4ded6654051a23f5abb1bdfb7cf6a142bdfd78a Signed-off-by: Alissa Bonas <abo...@redhat.com> --- M frontend/webadmin/modules/gwt-common/exclude-filters.xml 1 file changed, 25 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/47/21847/1 diff --git a/frontend/webadmin/modules/gwt-common/exclude-filters.xml b/frontend/webadmin/modules/gwt-common/exclude-filters.xml index ac7c9bd..b053d2e 100644 --- a/frontend/webadmin/modules/gwt-common/exclude-filters.xml +++ b/frontend/webadmin/modules/gwt-common/exclude-filters.xml @@ -218,6 +218,11 @@ </Match> <Match> + <Class name="org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmPopupWidget$26" /> + <Bug pattern="BC_UNCONFIRMED_CAST"/> + </Match> + + <Match> <Class name="org.ovirt.engine.ui.common.presenter.AbstractSubTabPresenter$3" /> <Bug pattern="BC_UNCONFIRMED_CAST"/> </Match> @@ -252,4 +257,24 @@ <Bug pattern="BC_UNCONFIRMED_CAST"/> </Match> + <Match> + <Class name="org.ovirt.engine.ui.common.widget.uicommon.storage.IscsiTargetToLunView$1" /> + <Bug pattern="BC_UNCONFIRMED_CAST"/> + </Match> + + <Match> + <Class name="org.ovirt.engine.ui.common.widget.uicommon.storage.IscsiDiscoverTargetsView$1" /> + <Bug pattern="BC_UNCONFIRMED_CAST"/> + </Match> + + <Match> + <Class name="org.ovirt.engine.ui.common.widget.uicommon.storage.SanStorageLunToTargetList$6" /> + <Bug pattern="BC_UNCONFIRMED_CAST"/> + </Match> + + <Match> + <Class name="org.ovirt.engine.ui.common.widget.uicommon.storage.AbstractSanStorageView$1" /> + <Bug pattern="BC_UNCONFIRMED_CAST"/> + </Match> + </FindBugsFilter> -- To view, visit http://gerrit.ovirt.org/21847 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie4ded6654051a23f5abb1bdfb7cf6a142bdfd78a 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