Shahar Havivi has submitted this change and it was merged.
Change subject: findbugs: ignore: ignore unused host variable in parse dns record
......................................................................
findbugs: ignore: ignore unused host variable in parse dns record
findbugs complains that host variable is never used
its true but this method parse host and port and we may
need the use of host address in the future.
findbugs reason:
DLS: Dead store to local variable (DLS_DEAD_LOCAL_STORE)
Change-Id: Iab73f4f2b502af08e8485e00a20c974d1a472433
Signed-off-by: Shahar Havivi <shavivi(a)redhat.com>
---
M backend/manager/modules/common/exclude-filters.xml
1 file changed, 14 insertions(+), 0 deletions(-)
Approvals:
Shahar Havivi: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/15096
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iab73f4f2b502af08e8485e00a20c974d1a472433
Gerrit-PatchSet: 5
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>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>