[
https://issues.apache.org/jira/browse/QPID-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Godfrey updated QPID-4904:
------------------------------
Summary: [Java] AMQShortString.equals should not return true if it is not
being compared to another AMQShortString (was: [Java] AMQShortString.equals
should on return true if it is being compared to another AMQShortString)
> [Java] AMQShortString.equals should not return true if it is not being
> compared to another AMQShortString
> ---------------------------------------------------------------------------------------------------------
>
> Key: QPID-4904
> URL: https://issues.apache.org/jira/browse/QPID-4904
> Project: Qpid
> Issue Type: Bug
> Components: Java Common
> Reporter: Rob Godfrey
> Assignee: Rob Godfrey
>
> Currently AMQShortString.equals will return true if it is passed an instance
> of CharSequence which contains the same character sequence as the
> AMQShortString, however this means that a.equals(b) != b.equals(a) if a is an
> AMQShortString and b is (for example) a String. This is an violation of the
> expected contract from equals.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]