Shahar Havivi has submitted this change and it was merged.
Change subject: findbugs: ignore: generate GWT class get findbugs Boolean constructor
warning
......................................................................
findbugs: ignore: generate GWT class get findbugs Boolean constructor warning
findbugs complain of using Boolean constructor instead of Boolean.valueOf
This calss is GWT generated code
findbugs reason:
Dm: Method invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead
(DM_BOOLEAN_CTOR)
Change-Id: I006a4465cf236858c17f6be5cc27e9d811c084f9
Signed-off-by: Shahar Havivi <shavivi(a)redhat.com>
---
M frontend/webadmin/modules/gwt-common/exclude-filters.xml
M frontend/webadmin/modules/webadmin/exclude-filters.xml
2 files changed, 39 insertions(+), 0 deletions(-)
Approvals:
Shahar Havivi: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/15272
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I006a4465cf236858c17f6be5cc27e9d811c084f9
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shahar Havivi <shavivi(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Shahar Havivi <shavivi(a)redhat.com>