Alissa Bonas has uploaded a new change for review.

Change subject: ui: exclude a findbugs warning in AsyncQuery
......................................................................

ui: exclude a findbugs warning in AsyncQuery

Warning of type UWF_NULL_FIELD was produced on converterCallback
field, though it is initialized by other classes, hence it's a false
warning.

Change-Id: I562f96123aea747c76e37fabde0a51fdd36dbbbb
Signed-off-by: Alissa Bonas <[email protected]>
---
M frontend/webadmin/modules/frontend/exclude-filters.xml
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/08/22808/1

diff --git a/frontend/webadmin/modules/frontend/exclude-filters.xml 
b/frontend/webadmin/modules/frontend/exclude-filters.xml
index deaa5aa..1acb2ac 100644
--- a/frontend/webadmin/modules/frontend/exclude-filters.xml
+++ b/frontend/webadmin/modules/frontend/exclude-filters.xml
@@ -14,4 +14,10 @@
        <Class 
name="org.ovirt.engine.ui.frontend.communication.RefreshActiveModel" />
        <Bug code="UuF"/>
      </Match>
+
+     <Match>
+       <Class name="org.ovirt.engine.ui.frontend.AsyncQuery" />
+       <Field name="converterCallback"/>
+       <Bug pattern="UWF_NULL_FIELD"/>
+     </Match>
 </FindBugsFilter>


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I562f96123aea747c76e37fabde0a51fdd36dbbbb
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alissa Bonas <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to