Change in ovirt-engine[master]: core: Remove IdentifiableUtils

amureini at redhat.com amureini at redhat.com
Mon Feb 8 10:43:26 UTC 2016


Allon Mureinik has submitted this change and it was merged.

Change subject: core: Remove IdentifiableUtils
......................................................................


core: Remove IdentifiableUtils

Removed IdentifiableUtils - in Java 8's world, having utilities to
convert formats makes no sense, as you could just as easily stream() and
map(). As a side bonus, this also offers a minor performance
enhancement, as collections don't need to be recreated in every step of
the conversion.

Change-Id: I37e726eec932bd320cd1bc75374a310cdbe95574
Signed-off-by: Allon Mureinik <amureini at redhat.com>
---
D backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/utils/IdentifiableUtils.java
M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsDaoImpl.java
2 files changed, 9 insertions(+), 21 deletions(-)

Approvals:
  Tal Nisan: Looks good to me, approved
  Allon Mureinik: Verified; Passed CI tests



-- 
To view, visit https://gerrit.ovirt.org/53188
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I37e726eec932bd320cd1bc75374a310cdbe95574
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Oved Ourfali <oourfali at redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>



More information about the Engine-commits mailing list