You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <ji...@apache.org> on 2013/06/03 14:29:20 UTC

[jira] [Updated] (QPID-4904) [Java] AMQShortString.equals should not return true if it is not being compared to another AMQShortString

     [ 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org