Allon Mureinik has submitted this change and it was merged.
Change subject: core: simplify boot sequence validation on run vm
......................................................................
core: simplify boot sequence validation on run vm
Simplified the boot sequence validation code that is being executed on
run VM by reducing the number of nested levels in it.
This patch also contains additional minor refactorings: inline fields
and remove unnecessary call to "booleanValue" method.
Change-Id: I456ce87acb67ad9d9e2de988088c3ff0c7463d46
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/validator/RunVmValidator.java
1 file changed, 22 insertions(+), 25 deletions(-)
Approvals:
Allon Mureinik: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/17938
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I456ce87acb67ad9d9e2de988088c3ff0c7463d46
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server