From 5fbd6d14107d94dcb1b58f962567af77f5ebf91c Mon Sep 17 00:00:00 2001 From: Alissa Bonas Date: Thu, 7 Nov 2013 13:43:50 +0200 Subject: [PATCH] Add checkstyle rule EqualHashCode that ensures that those methods are implemented together, and not just one of them. Change-Id: Ie565d97208200487d2c9e4d43ec2c94df730d097 Signed-off-by: Alissa Bonas --- .../checkstyle/src/main/resources/controller/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/opendaylight/commons/checkstyle/src/main/resources/controller/checkstyle.xml b/opendaylight/commons/checkstyle/src/main/resources/controller/checkstyle.xml index 57f169db73..2b7462ac68 100644 --- a/opendaylight/commons/checkstyle/src/main/resources/controller/checkstyle.xml +++ b/opendaylight/commons/checkstyle/src/main/resources/controller/checkstyle.xml @@ -19,6 +19,7 @@ + -- 2.36.6