[ 
https://issues.apache.org/jira/browse/QPID-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13673024#comment-13673024
 ] 

ASF subversion and git services commented on QPID-4904:
-------------------------------------------------------

Commit 1488957 from [~godfrer]
[ https://svn.apache.org/r1488957 ]

QPID-4904 : [Java] AMQShortString.equals should on return true if it is being 
compared to another AMQShortString
                
> [Java] AMQShortString.equals should on return true if it is 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-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to