You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Oliver Heger (JIRA)" <ji...@apache.org> on 2008/05/16 22:29:55 UTC

[jira] Updated: (LANG-307) CloneUtils - utility class to enable cloning via various different mechanisms

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

Oliver Heger updated LANG-307:
------------------------------

    Attachment: lang-307.patch

A patch with an implementation of CloneUtils, including a CloneException class and a test class.

The CloneUtils class has utility methods for cloning objects by invoking their clone() method, by calling a copy constructor, and by serialization. A main clone() method tries all these strategies on the passed in object.

> CloneUtils - utility class to enable cloning via various different mechanisms
> -----------------------------------------------------------------------------
>
>                 Key: LANG-307
>                 URL: https://issues.apache.org/jira/browse/LANG-307
>             Project: Commons Lang
>          Issue Type: New Feature
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>         Attachments: lang-307.patch
>
>
> Taken from the tasks.html. No idea if we want to do it or not.

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