Shahar Havivi has submitted this change and it was merged. Change subject: findbugs: ignore: Load of known null value ......................................................................
findbugs: ignore: Load of known null value findbugs complains about loading known null to a variable in this case we are using it for equals check and its intended NP: Load of known null value (NP_LOAD_OF_KNOWN_NULL_VALUE) Change-Id: Ica07cdd87a3851e6efb6e2566bd87dbc2342ab7e Signed-off-by: Shahar Havivi <[email protected]> --- A frontend/webadmin/modules/uicommonweb/exclude-filters.xml M frontend/webadmin/modules/uicommonweb/pom.xml 2 files changed, 23 insertions(+), 0 deletions(-) Approvals: Shahar Havivi: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/15322 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ica07cdd87a3851e6efb6e2566bd87dbc2342ab7e Gerrit-PatchSet: 5 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
