Alissa Bonas has uploaded a new change for review. Change subject: engine, uicompat - supress several findbugs warnings. ......................................................................
engine, uicompat - supress several findbugs warnings. Those warnings are false alarm, hence should be excluded from analysis. Change-Id: I08ef8c99afaa0a1cb66b3d8e5ca3e19e0ba8f78d Signed-off-by: Alissa Bonas <abo...@redhat.com> --- M backend/manager/modules/compat/exclude-filters.xml M frontend/webadmin/modules/uicompat/exclude-filters.xml 2 files changed, 16 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/84/22484/1 diff --git a/backend/manager/modules/compat/exclude-filters.xml b/backend/manager/modules/compat/exclude-filters.xml index 0e31b7b..391742f 100644 --- a/backend/manager/modules/compat/exclude-filters.xml +++ b/backend/manager/modules/compat/exclude-filters.xml @@ -52,4 +52,9 @@ <Field name="attributes"/> <Bug code="UrF"/> </Match> + + <Match> + <Class name="org.ovirt.engine.core.compat.Guid" /> + <Bug pattern="SI_INSTANCE_BEFORE_FINALS_ASSIGNED"/> + </Match> </FindBugsFilter> diff --git a/frontend/webadmin/modules/uicompat/exclude-filters.xml b/frontend/webadmin/modules/uicompat/exclude-filters.xml index dd2c0a1..3408fca 100644 --- a/frontend/webadmin/modules/uicompat/exclude-filters.xml +++ b/frontend/webadmin/modules/uicompat/exclude-filters.xml @@ -26,4 +26,15 @@ <Method name="Task"/> <Bug code="UwF"/> </Match> + + <Match> + <Class name="org.ovirt.engine.ui.uicompat.NotifyCollectionChangedEventArgs" /> + <Bug pattern="UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD"/> + </Match> + + <Match> + <Class name="org.ovirt.engine.ui.uicompat.PropertyChangedEventArgs" /> + <Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD"/> + </Match> + </FindBugsFilter> -- To view, visit http://gerrit.ovirt.org/22484 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I08ef8c99afaa0a1cb66b3d8e5ca3e19e0ba8f78d 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