Moti Asayag has submitted this change and it was merged. Change subject: core: code cleanup when vmStatic may be null ......................................................................
core: code cleanup when vmStatic may be null replacing all if block conditions that checks vmStatic for null all over the code with simple condition in the single constructor in which vm static parameter may be null. Also, adding the check to setStaticData Change-Id: I5de297d57b32b6eeedf39acf0584f60e776a6649 --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VM.java 1 file changed, 4 insertions(+), 28 deletions(-) Approvals: Moti Asayag: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/2779 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5de297d57b32b6eeedf39acf0584f60e776a6649 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
