Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 35001 invoked from network); 12 Jun 2008 16:31:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jun 2008 16:31:37 -0000 Received: (qmail 79794 invoked by uid 500); 12 Jun 2008 16:31:38 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 79740 invoked by uid 500); 12 Jun 2008 16:31:38 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 79729 invoked by uid 99); 12 Jun 2008 16:31:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2008 09:31:38 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2008 16:30:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EFFD7234C138 for ; Thu, 12 Jun 2008 09:30:44 -0700 (PDT) Message-ID: <1825868263.1213288244978.JavaMail.jira@brutus> Date: Thu, 12 Jun 2008 09:30:44 -0700 (PDT) From: "Paul Benedict (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (LANG-446) Add null-safe ObjectUtils.clone() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Add null-safe ObjectUtils.clone() --------------------------------- Key: LANG-446 URL: https://issues.apache.org/jira/browse/LANG-446 Project: Commons Lang Issue Type: New Feature Reporter: Paul Benedict Priority: Minor Fix For: 3.0 If null, return null. If not implementing Cloneable, throw exception. Otherwise reflectively invoke a *public* clone(). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.