Maor Lipchuk has posted comments on this change.

Change subject: core: ImportVm cleanup: parameter hiding
......................................................................


Patch Set 3: (2 inline comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportVmCommand.java
Line 209:                     @Override
Line 210:                     public boolean eval(VM evalVm) {
Line 211:                         return 
evalVm.getId().equals(getParameters().getVm().getId());
Line 212:                     }
Line 213:                 });
Why not already remove the LinqUtils here, it's from the .net era
Line 214: 
Line 215:                 if (vm != null) {
Line 216:                     // At this point we should work with the VM that 
was read from
Line 217:                     // the OVF


....................................................
Commit Message
Line 3: AuthorDate: 2012-11-28 10:43:57 +0200
Line 4: Commit:     Allon Mureinik <amure...@redhat.com>
Line 5: CommitDate: 2012-12-03 10:58:57 +0200
Line 6: 
Line 7: core: ImportVm cleanup: parameter hiding
I would change the colon (:) with comma(,). Too many colons in one sentence
Line 8: 
Line 9: Renamed a parameter of an inline class implementation to avoid hiding a
Line 10: variable in enclosing function.
Line 11: 


--
To view, visit http://gerrit.ovirt.org/9612
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I408b6ad3bd7407e7a17754a0748bfbc84cb50511
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Alissa Bonas <abo...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Ayal Baron <aba...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Liron Aravot <lara...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Vered Volansky <vvola...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to