From 7f16e80442ab30ddf02ceaa217da74e937ccaacc Mon Sep 17 00:00:00 2001 From: ljacqu Date: Sat, 18 Mar 2017 20:24:25 +0100 Subject: [PATCH] Add EqualsHashCode check to checkstyle config - Enables checkstyle verification that hashCode() is overridden if equals(Object) is overridden (and vice versa) --- .checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.checkstyle.xml b/.checkstyle.xml index d8f9076d..2b8f6f93 100644 --- a/.checkstyle.xml +++ b/.checkstyle.xml @@ -159,6 +159,7 @@ +