Alissa Bonas has uploaded a new change for review. Change subject: webadmin: move exclusion of findbug warning to correct exclude xml ......................................................................
webadmin: move exclusion of findbug warning to correct exclude xml Change-Id: I12e8f218e986edb7c8dc08b4e20a25149be4da59 Signed-off-by: Alissa Bonas <[email protected]> --- M frontend/webadmin/modules/userportal-gwtp/exclude-filters.xml M frontend/webadmin/modules/webadmin/exclude-filters.xml 2 files changed, 12 insertions(+), 11 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/36/21336/1 diff --git a/frontend/webadmin/modules/userportal-gwtp/exclude-filters.xml b/frontend/webadmin/modules/userportal-gwtp/exclude-filters.xml index 079afc6..14f1a07 100644 --- a/frontend/webadmin/modules/userportal-gwtp/exclude-filters.xml +++ b/frontend/webadmin/modules/userportal-gwtp/exclude-filters.xml @@ -59,16 +59,5 @@ <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> diff --git a/frontend/webadmin/modules/webadmin/exclude-filters.xml b/frontend/webadmin/modules/webadmin/exclude-filters.xml index e546ba1..ced7469 100644 --- a/frontend/webadmin/modules/webadmin/exclude-filters.xml +++ b/frontend/webadmin/modules/webadmin/exclude-filters.xml @@ -238,4 +238,16 @@ <Method name="hashCode"/> <Bug code="DM"/> </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/21336 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I12e8f218e986edb7c8dc08b4e20a25149be4da59 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
