Martin Mucha has posted comments on this change.

Change subject: core: Remove code duplication in VdsNetworkInterface.toString()
......................................................................


Patch Set 2: Code-Review+1

(1 comment)

http://gerrit.ovirt.org/#/c/36215/2/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/VdsNetworkInterface.java
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/VdsNetworkInterface.java:

Line 453:         StringBuilder builder = new StringBuilder();
Line 454:         builder.append(getName()).append(" {");
Line 455: 
Line 456:         Iterator<Entry<String, Object>> attributes = 
constructSerializationAttributes().entrySet().iterator();
Line 457:         builder.append(attributes.next());
I have to write here, that this will fail if attributes are empty, but even if 
'constructSerializationAttribues' can be overriden, it's not very likely that 
anybody will override it and won't provide any attributes.
Line 458:         while (attributes.hasNext()) {
Line 459:             builder.append(", ").append(attributes.next());
Line 460:         }
Line 461: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I94bbf7113e848f6ca8ae4a38e46303050d653135
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: Martin Mucha <mmu...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
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

Reply via email to