Arik Hadas has posted comments on this change.

Change subject: core: fix findbugs errors
......................................................................


Patch Set 1:

(1 comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/memory/MemoryImageRemoverFromExportDomain.java
Line 60:         return cachedPostZero;
Line 61:     }
Line 62: 
Line 63:     /**
Line 64:      * @return true IFF one of the disks is marked with 
wipe_after_delete
no, if and only if. it is too long to add 'false otherwise'..
Line 65:      */
Line 66:     private boolean isVmContainsWipeAfterDeleteDisk() {
Line 67:         for (Disk disk : vm.getDiskMap().values()) {
Line 68:             if (disk.isWipeAfterDelete()) {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic66ba287b6048615b71cd0b2d876e7d75bcc4655
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Alissa Bonas <abo...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Shahar Havivi <shav...@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

Reply via email to