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 <aha...@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 <aha...@redhat.com> Gerrit-Reviewer: Alissa Bonas <abo...@redhat.com> Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Arik Hadas <aha...@redhat.com> Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com> Gerrit-Reviewer: Roy Golan <rgo...@redhat.com> Gerrit-Reviewer: Shahar Havivi <shav...@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches