Description
http://checkstyle.sourceforge.net/config_coding.html#EqualsHashCode requires that classes that override equals() must also override hashCode(). We have 6 violations
org/apache/reef/client/LauncherStatus.java
org/apache/reef/io/network/group/impl/GroupCommunicationMessage.java
org/apache/reef/io/network/group/impl/task/NodeStructImpl.java
org/apache/reef/tang/implementation/types/AbstractNode.java
org/apache/reef/tang/implementation/types/ConstructorArgImpl.java
org/apache/reef/tang/implementation/types/ConstructorDefImpl.java
I plan to add hashCode() to these classes.