Change in ovirt-engine[master]: core: ignore findbugs error for not overriding hashCode()

ofrenkel at redhat.com ofrenkel at redhat.com
Mon Sep 30 12:36:54 UTC 2013


Omer Frenkel has submitted this change and it was merged.

Change subject: core: ignore findbugs error for not overriding hashCode()
......................................................................


core: ignore findbugs error for not overriding hashCode()

Findbugs complains that recently added classes which override equals()
method don't override hashCode() method, thus violating the invariant
that equal objects must have equal hashcodes.

This error is irrelevant because the hash code of those classes will not
be used for sure.

Change-Id: I34b5932eddb3a54391eeab4b203d8f68ca5fe546
Signed-off-by: Arik Hadas <ahadas at redhat.com>
---
M backend/manager/modules/bll/exclude-filters.xml
1 file changed, 28 insertions(+), 0 deletions(-)

Approvals:
  Omer Frenkel: Verified; Looks good to me, approved



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

Gerrit-MessageType: merged
Gerrit-Change-Id: I34b5932eddb3a54391eeab4b203d8f68ca5fe546
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas at redhat.com>
Gerrit-Reviewer: Alissa Bonas <abonas at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas at redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek at redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel at redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan at redhat.com>
Gerrit-Reviewer: Shahar Havivi <shavivi at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server



More information about the Engine-commits mailing list