Gilad Chaplik has posted comments on this change.

Change subject: engine: Remove unnecessary code and add check for NPE.
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/Linq.java
Line 923:         ArrayList<T> result = new ArrayList<T>();
Line 924: 
Line 925:         if (lists != null) {
Line 926:             for (ArrayList<T> list : lists) {
Line 927:                 result.retainAll(list);
I also can't understand it, but now result is always empty.

will try to debug it.
Line 928:             }
Line 929:         }
Line 930: 
Line 931:         return result;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Id771f4bd5342dc90a03ee1bd6a52dc285fb85765
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sharad Mishra <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to