Shahar Havivi has posted comments on this change.

Change subject: findbugs: String comparison is not using equals method
......................................................................


Patch Set 4: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/disks/DiskGeneralModel.java
Line 100:     }
Line 101: 
Line 102:     public void setQuotaName(String value)
Line 103:     {
Line 104:         if (!privateQuotaName.equals(value))
don't know,
Adding derez
Line 105:         {
Line 106:             privateQuotaName = value;
Line 107:             onPropertyChanged(new PropertyChangedEventArgs("Quota 
Name")); //$NON-NLS-1$
Line 108:         }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I740261ed3383e147928505ea53edc19e2996ce69
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shahar Havivi <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Asaf Shakarchi <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Shahar Havivi <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to