Vojtech Szocs has uploaded a new change for review. Change subject: webadmin,userportal: Add AddTabActionButton to exclude-filters.xml ......................................................................
webadmin,userportal: Add AddTabActionButton to exclude-filters.xml Java classes annotated with @GenEvent, such as AddTabActionButton, aren't used directly in frontend code. They represent meta-data processed by GWTP annotation processors, such as GenEventProcessor. Annotation processors produce additional Java sources which are used in frontend code, such as AddTabActionButtonEvent. Change-Id: Ie6424a05d4e76a08bc0d48e5fa299fc7673b718d Signed-off-by: Vojtech Szocs <[email protected]> --- M frontend/webadmin/modules/gwt-common/exclude-filters.xml 1 file changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/00/19000/1 diff --git a/frontend/webadmin/modules/gwt-common/exclude-filters.xml b/frontend/webadmin/modules/gwt-common/exclude-filters.xml index f802bb6..3684f68 100644 --- a/frontend/webadmin/modules/gwt-common/exclude-filters.xml +++ b/frontend/webadmin/modules/gwt-common/exclude-filters.xml @@ -48,6 +48,18 @@ </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.common.presenter.AddTabActionButton" /> + <Bug code="UuF"/> + </Match> + + <!-- findbugs complain of using Boolean constructor instead of Boolean.valueOf This calss is GWT generated code -- To view, visit http://gerrit.ovirt.org/19000 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie6424a05d4e76a08bc0d48e5fa299fc7673b718d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vojtech Szocs <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
