lucas theisen created DIRSERVER-2089:
----------------------------------------
Summary: AttributeType breaks the equals/hashCode override contract
Key: DIRSERVER-2089
URL: https://issues.apache.org/jira/browse/DIRSERVER-2089
Project: Directory ApacheDS
Issue Type: Bug
Reporter: lucas theisen
Fix For: 2.0.0-M20
{{AttributeType}} contains an override of the {{equals}} method without an
accompanying override to {{hashCode}}. Per the javadoc on {{Object.equals}}:
{quote}
Note that it is generally necessary to override the hashCode method whenever
this method is overridden, so as to maintain the general contract for the
hashCode method, which states that equal objects must have equal hash codes.
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)