Allon Mureinik has uploaded a new change for review.

Change subject: core: SKIPPED_CLASS_TOO_BIG in ApplicatioConstants
......................................................................

core: SKIPPED_CLASS_TOO_BIG in ApplicatioConstants

Re-added the exclusion of SKIPPED_CLASS_TOO_BIG on
org.ovirt.engine.ui.webadmin.ApplicationConstants which was mistakenly
removed by efd0d3ba39b6061d67626966eda983637c205f9e.

Change-Id: I47904dbd3add87f90e23d06b91161014fc322421
Signed-off-by: Allon Mureinik <amure...@redhat.com>
---
M frontend/webadmin/modules/webadmin/exclude-filters.xml
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/81/22881/1

diff --git a/frontend/webadmin/modules/webadmin/exclude-filters.xml 
b/frontend/webadmin/modules/webadmin/exclude-filters.xml
index 156e25d..d6b38da 100644
--- a/frontend/webadmin/modules/webadmin/exclude-filters.xml
+++ b/frontend/webadmin/modules/webadmin/exclude-filters.xml
@@ -260,4 +260,9 @@
     <Match>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
     </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/22881
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I47904dbd3add87f90e23d06b91161014fc322421
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amure...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to