You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Hasan Diwan (JIRA)" <ji...@apache.org> on 2008/01/28 04:31:35 UTC

[jira] Created: (COLLECTIONS-283) HashedMap deepClone

HashedMap deepClone
-------------------

                 Key: COLLECTIONS-283
                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-283
             Project: Commons Collections
          Issue Type: New Feature
          Components: Map
    Affects Versions: 4.0
         Environment: All
            Reporter: Hasan Diwan


The HashedMap class lacks a method to do a deep clone() of the Object. This patch adds it and adds a test to make sure it works.

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


[jira] Commented: (COLLECTIONS-283) HashedMap deepClone

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COLLECTIONS-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579095#action_12579095 ] 

Henri Yandell commented on COLLECTIONS-283:
-------------------------------------------

There's no patch attached.

> HashedMap deepClone
> -------------------
>
>                 Key: COLLECTIONS-283
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-283
>             Project: Commons Collections
>          Issue Type: New Feature
>          Components: Map
>    Affects Versions: 4.0
>         Environment: All
>            Reporter: Hasan Diwan
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> The HashedMap class lacks a method to do a deep clone() of the Object. This patch adds it and adds a test to make sure it works.

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


[jira] Updated: (COLLECTIONS-283) HashedMap deepClone

Posted by "Hasan Diwan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COLLECTIONS-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hasan Diwan updated COLLECTIONS-283:
------------------------------------

    Attachment: MapUtils.pat

The promised attachment to add deepClone() and associated test.

> HashedMap deepClone
> -------------------
>
>                 Key: COLLECTIONS-283
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-283
>             Project: Commons Collections
>          Issue Type: New Feature
>          Components: Map
>    Affects Versions: 4.0
>         Environment: All
>            Reporter: Hasan Diwan
>         Attachments: MapUtils.pat
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> The HashedMap class lacks a method to do a deep clone() of the Object. This patch adds it and adds a test to make sure it works.

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