You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2010/09/03 22:59:40 UTC

[jira] Created: (AMQNET-280) NMS PrimitiveMapInterceptor should return a char from GetChar if the value in the map is a string of size 1

NMS PrimitiveMapInterceptor should return a char from GetChar if the value in the map is a string of size 1
-----------------------------------------------------------------------------------------------------------

                 Key: AMQNET-280
                 URL: https://issues.apache.org/activemq/browse/AMQNET-280
             Project: ActiveMQ .Net
          Issue Type: Improvement
          Components: NMS
    Affects Versions: 1.3.0
            Reporter: Timothy Bish
            Assignee: Timothy Bish
            Priority: Trivial
             Fix For: 1.4.0


For values stored in the PrimitiveMap object the PrimitiveMapInterceptor converts them to the specified type requested if they aren't that actual type stored.  For a call to GetChar the interceptor should check if the stored value is a string whose size is one and just return the single char stored in the string.



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


[jira] Resolved: (AMQNET-280) NMS PrimitiveMapInterceptor should return a char from GetChar if the value in the map is a string of size 1

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQNET-280.
---------------------------------

    Resolution: Fixed

Fixed in trunk.

> NMS PrimitiveMapInterceptor should return a char from GetChar if the value in the map is a string of size 1
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: AMQNET-280
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-280
>             Project: ActiveMQ .Net
>          Issue Type: Improvement
>          Components: NMS
>    Affects Versions: 1.3.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>            Priority: Trivial
>             Fix For: 1.4.0
>
>
> For values stored in the PrimitiveMap object the PrimitiveMapInterceptor converts them to the specified type requested if they aren't that actual type stored.  For a call to GetChar the interceptor should check if the stored value is a string whose size is one and just return the single char stored in the string.

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