From: Alissa Bonas Date: Thu, 7 Nov 2013 11:43:50 +0000 (+0200) Subject: Add checkstyle rule EqualHashCode that ensures that those methods are X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~464^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=5fbd6d14107d94dcb1b58f962567af77f5ebf91c 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 --- 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 @@ +