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

Julien Lavigne du Cadet updated QPID-1897:
------------------------------------------

    Attachment: UUID.patch

Third patch to fix an issue with randomUUID this time

> 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
>            Assignee: Ted Ross
>         Attachments: UUID-equals.patch, UUID.patch, UUID.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> 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:[email protected]

Reply via email to