Yair Zaslavsky has posted comments on this change. Change subject: engine: Removing XmlRpcStruct ......................................................................
Patch Set 1: (1 inline comment) Overall, looks good. I would consider getting rid of all xmlRpcStruct as variable names. Also - up to you, in most cases you used map with the generic form, there are only few cases were you didn't. .................................................... File backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/GetImageInfoVDSCommand.java Line 75: Line 76: /** Line 77: * <exception>VdcDAL.IrsBrokerIRSErrorException. Line 78: */ Line 79: public DiskImage buildImageEntity(Map<String, Object> xmlRpcStruct) { if you clean , clean all the way :) s/xmlRpcStruct/map Line 80: DiskImage newImage = new DiskImage(); Line 81: try { Line 82: newImage.setImageId(new Guid((String) xmlRpcStruct.get(IrsProperties.uuid))); Line 83: -- To view, visit http://gerrit.ovirt.org/14032 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id7f5de61b8b0ea31f6fd16beb02d37b524f39879 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <mkub...@redhat.com> Gerrit-Reviewer: Barak Azulay <bazu...@redhat.com> Gerrit-Reviewer: Eli Mesika <elimes...@gmail.com> Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com> Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com> Gerrit-Reviewer: Moti Asayag <masa...@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com> Gerrit-Reviewer: Roy Golan <rgo...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches