Shahar Havivi has submitted this change and it was merged.

Change subject: findbugs: ignore: Redundant null check from getConfigValue
......................................................................


findbugs: ignore: Redundant null check from getConfigValue

findbugs complains that we are checking ldapPort for null when its not
suppose to be null.
in this case we are checking for the return value from getConfigValue()
and we may have a null value from the Database

findbugs reason:
RCN: Redundant nullcheck of value known to be non-null

Change-Id: If712c28362bae2cfa756c14d8cadf1e96fc3e187
Signed-off-by: Shahar Havivi <[email protected]>
---
M backend/manager/tools/exclude-filters.xml
1 file changed, 15 insertions(+), 0 deletions(-)

Approvals:
  Shahar Havivi: Verified; Looks good to me, approved


--
To view, visit http://gerrit.ovirt.org/15019
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If712c28362bae2cfa756c14d8cadf1e96fc3e187
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shahar Havivi <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Shahar Havivi <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to