Alissa Bonas has uploaded a new change for review.

Change subject: userportal: add 3 exclude to findbugs filter.
......................................................................

userportal: add 3 exclude to findbugs filter.

Similar to webadmin, the *Presenter classes have a redundant
warning on selectedItems field. It should be ignored by findbugs.

Change-Id: I7c2c7846358d135c9c19fb4cde585f47e50f5ad2
Signed-off-by: Alissa Bonas <abo...@redhat.com>
---
M frontend/webadmin/modules/userportal-gwtp/exclude-filters.xml
1 file changed, 37 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/15/21115/1

diff --git a/frontend/webadmin/modules/userportal-gwtp/exclude-filters.xml 
b/frontend/webadmin/modules/userportal-gwtp/exclude-filters.xml
index 18b3e58..079afc6 100644
--- a/frontend/webadmin/modules/userportal-gwtp/exclude-filters.xml
+++ b/frontend/webadmin/modules/userportal-gwtp/exclude-filters.xml
@@ -34,4 +34,41 @@
        <Class 
name="org.ovirt.engine.ui.userportal.section.main.presenter.tab.extended.ExtendedVirtualMachineSelectionChange"
 />
        <Bug code="UuF"/>
      </Match>
+
+    <!--
+       findbugs complain of unused field in class.
+       This is a GWT class and use to generate code
+
+       findbugs reason:
+       UuF: Unused field (UUF_UNUSED_FIELD)
+     -->
+    <Match>
+      <Class 
name="org.ovirt.engine.ui.userportal.section.main.presenter.tab.extended.SideTabExtendedTemplatePresenter$ExtendedTemplateSelectionChange"
 />
+      <Bug code="UuF"/>
+    </Match>
+
+    <!--
+      findbugs complain of unused field in class.
+      This is a GWT class and use to generate code
+
+      findbugs reason:
+      UuF: Unused field (UUF_UNUSED_FIELD)
+    -->
+   <Match>
+     <Class 
name="org.ovirt.engine.ui.userportal.section.main.presenter.tab.extended.SideTabExtendedVirtualMachinePresenter$ExtendedVirtualMachineSelectionChange"
 />
+     <Bug code="UuF"/>
+   </Match>
+
+    <!--
+      findbugs complain of unused field in class.
+      This is a GWT class and use to generate code
+
+      findbugs reason:
+      UuF: Unused field (UUF_UNUSED_FIELD)
+    -->
+   <Match>
+     <Class 
name="org.ovirt.engine.ui.webadmin.section.main.presenter.tab.MainTabVnicProfilePresenter$VnicProfileSelectionChange"
 />
+     <Bug code="UuF"/>
+   </Match>
+
  </FindBugsFilter>


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

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