
Allon Mureinik has submitted this change and it was merged. Change subject: core: ExternalSchedulerDiscoveryResult map iter ...................................................................... core: ExternalSchedulerDiscoveryResult map iter Replaced keySet() iteration with entrySet() iteration to improve performance. This patch fixes the WMI_WRONG_MAP_ITERATOR FindBugs warning on this class. Change-Id: I27d1a45bbc184bf467a283f0932a27db8c880831 Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/scheduling/external/ExternalSchedulerDiscoveryResult.java 1 file changed, 8 insertions(+), 5 deletions(-) Approvals: Allon Mureinik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/18997 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I27d1a45bbc184bf467a283f0932a27db8c880831 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Alissa Bonas <abonas@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchaplik@redhat.com> Gerrit-Reviewer: Laszlo Hornyak <lhornyak@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server