Ayal Baron has posted comments on this change. Change subject: userportal,webadmin: frontend refactor phase 2 ......................................................................
Patch Set 6: (1 comment) .................................................... File backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcActionParametersBase.java Line 340: } Line 341: } else if (!stepId.equals(other.stepId)) { Line 342: return false; Line 343: } Line 344: if (commandId == null) { correct me if I'm wrong, but this is fixing a bug in this method. IMO such changes should not be mixed with general refactoring (that shouldn't change logic) Can you split this out? Line 345: if (other.commandId != null) { Line 346: return false; Line 347: } Line 348: } else if (!commandId.equals(other.commandId)) { -- To view, visit http://gerrit.ovirt.org/17356 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id19491b8fd4f30ad3a88790eaad664d679b35e22 Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <aw...@redhat.com> Gerrit-Reviewer: Alexander Wels <aw...@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com> Gerrit-Reviewer: Ayal Baron <aba...@redhat.com> Gerrit-Reviewer: Daniel Erez <de...@redhat.com> Gerrit-Reviewer: Einav Cohen <eco...@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com> Gerrit-Reviewer: Greg Sheremeta <gsher...@redhat.com> Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com> Gerrit-Reviewer: Tal Nisan <tni...@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjeli...@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vsz...@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches