ToString() on UUID class should override and not hide Object.ToString()
-----------------------------------------------------------------------

                 Key: QPID-1897
                 URL: https://issues.apache.org/jira/browse/QPID-1897
             Project: Qpid
          Issue Type: Bug
          Components: Dot Net Client
    Affects Versions: 0.5
            Reporter: Julien Lavigne du Cadet


signature should be change from 
public new String ToString()
to
public overrideString ToString()

Currently, if you to something like :
string queueName = _queuePrefix + _uuid
then queueName would look like "reply.org.apache.qpid.transport.util.UUID" 
assuming that _queuePrefix == "Reply."


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to