Alissa Bonas has uploaded a new change for review.

Change subject: frontend: ignore "class too big" findbug on ApplicationConstants
......................................................................

frontend: ignore "class too big" findbug on ApplicationConstants

Add to excluded warnings filter the "class too big" warning
generated on ApplicationConstants class.

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


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/99/21699/1

diff --git a/frontend/webadmin/modules/webadmin/exclude-filters.xml 
b/frontend/webadmin/modules/webadmin/exclude-filters.xml
index ced7469..12684b5 100644
--- a/frontend/webadmin/modules/webadmin/exclude-filters.xml
+++ b/frontend/webadmin/modules/webadmin/exclude-filters.xml
@@ -250,4 +250,11 @@
      <Class 
name="org.ovirt.engine.ui.webadmin.section.main.presenter.tab.MainTabVnicProfilePresenter$VnicProfileSelectionChange"
 />
      <Bug code="UuF"/>
    </Match>
+
+   <Match>
+     <Class name="org.ovirt.engine.ui.webadmin.ApplicationConstants" />
+     <Bug pattern="SKIPPED_CLASS_TOO_BIG"/>
+   </Match>
+
+
 </FindBugsFilter>


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

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