Gilad Chaplik has submitted this change and it was merged. Change subject: core: Potential NullPointerException at Entities.ObjectNames method ......................................................................
core: Potential NullPointerException at Entities.ObjectNames method The method accepts a list that could contain null elements. In case one or more of the elements in the list is null, an exception will be thrown. Change-Id: If282b7a525800ffcb9a6f73292f01de3fca810d0 Bug-Url: https://bugzilla.redhat.com/1063173 Signed-off-by: Kobi Ianko <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Entities.java 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Gilad Chaplik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/24250 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If282b7a525800ffcb9a6f73292f01de3fca810d0 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Kobi Ianko <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Kobi Ianko <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
