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 second patch following
http://gerrit.ovirt.org/#/c/21797/

Change-Id: I3ddb7d18ba1758c137dc92c44d5082837cebd18f
Signed-off-by: Alissa Bonas <abo...@redhat.com>
---
M frontend/webadmin/modules/gwt-common/exclude-filters.xml
1 file changed, 31 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/38/21838/1

diff --git a/frontend/webadmin/modules/gwt-common/exclude-filters.xml 
b/frontend/webadmin/modules/gwt-common/exclude-filters.xml
index f5c30ea..ac7c9bd 100644
--- a/frontend/webadmin/modules/gwt-common/exclude-filters.xml
+++ b/frontend/webadmin/modules/gwt-common/exclude-filters.xml
@@ -163,7 +163,7 @@
     </Match>
 
     <Match>
-       <Class 
name="org.ovirt.engine.ui.common.uicommon.model.SearchableTabModelProvider$1" />
+       <Class name="org.ovirt.engine.ui.common.widget.form.FormBuilder$1" />
        <Bug pattern="BC_UNCONFIRMED_CAST"/>
     </Match>
 
@@ -222,4 +222,34 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
     </Match>
 
+    <Match>
+      <Class 
name="org.ovirt.engine.ui.common.widget.uicommon.popup.pool.PoolNewPopupWidget$2"
 />
+      <Bug pattern="BC_UNCONFIRMED_CAST"/>
+    </Match>
+
+    <Match>
+      <Class 
name="org.ovirt.engine.ui.common.widget.uicommon.popup.vm.VmDiskPopupWidget$31" 
/>
+      <Bug pattern="BC_UNCONFIRMED_CAST"/>
+    </Match>
+
+    <Match>
+      <Class 
name="org.ovirt.engine.ui.common.widget.uicommon.popup.vm.VmDiskPopupWidget$32" 
/>
+      <Bug pattern="BC_UNCONFIRMED_CAST"/>
+    </Match>
+
+    <Match>
+      <Class 
name="org.ovirt.engine.ui.common.widget.uicommon.popup.vm.VmMakeTemplatePopupWidget$4"
 />
+      <Bug pattern="BC_UNCONFIRMED_CAST"/>
+    </Match>
+
+    <Match>
+      <Class 
name="org.ovirt.engine.ui.common.widget.uicommon.popup.vm.VmSnapshotCreatePopupWidget$1"
 />
+      <Bug pattern="BC_UNCONFIRMED_CAST"/>
+    </Match>
+
+    <Match>
+      <Class 
name="org.ovirt.engine.ui.common.widget.uicommon.vm.VmDiskListModelTable$9" />
+      <Bug pattern="BC_UNCONFIRMED_CAST"/>
+    </Match>
+
  </FindBugsFilter>


-- 
To view, visit http://gerrit.ovirt.org/21838
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ddb7d18ba1758c137dc92c44d5082837cebd18f
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

Reply via email to