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 (Updated) (JIRA)" <ji...@apache.org> on 2012/02/20 17:37:34 UTC

[jira] [Updated] (QPID-3095) AMQBrokerDetails equals() and hashCode() methods do not adhere to contract

     [ https://issues.apache.org/jira/browse/QPID-3095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey updated QPID-3095:
------------------------------

    Fix Version/s: 0.15
         Assignee: Rob Godfrey
    
> AMQBrokerDetails equals() and hashCode() methods do not adhere to contract
> --------------------------------------------------------------------------
>
>                 Key: QPID-3095
>                 URL: https://issues.apache.org/jira/browse/QPID-3095
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.9
>            Reporter: Andrew Kennedy
>            Assignee: Rob Godfrey
>            Priority: Minor
>             Fix For: 0.15
>
>
> The AMQBrokerDetails object has an equals and a hashCode implementation that are not compatible. Equality uses case-insensitive comparisons and also compares SSL status, whereas the hashCode is calculated using the provided values and does not include SSL details. The contract for hashCode is given here:
> http://download.oracle.com/javase/6/docs/api/java/lang/Object.html#hashCode%28%29

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org