Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 35972 invoked from network); 25 Jan 2007 12:10:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jan 2007 12:10:10 -0000 Received: (qmail 57705 invoked by uid 500); 25 Jan 2007 12:10:16 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 57690 invoked by uid 500); 25 Jan 2007 12:10:16 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 57673 invoked by uid 99); 25 Jan 2007 12:10:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jan 2007 04:10:16 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jan 2007 04:10:09 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 477DB7142D4 for ; Thu, 25 Jan 2007 04:09:49 -0800 (PST) Message-ID: <19521380.1169726989289.JavaMail.jira@brutus> Date: Thu, 25 Jan 2007 04:09:49 -0800 (PST) From: "Alexander D Shipilov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-2069) [classlib][awt] DataFlavor.clone() throws NPE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467343 ] Alexander D Shipilov commented on HARMONY-2069: ----------------------------------------------- I am unable to reproduce it too. Revision were used r499413. I'm agree that we can close this JIRA. > [classlib][awt] DataFlavor.clone() throws NPE > --------------------------------------------- > > Key: HARMONY-2069 > URL: https://issues.apache.org/jira/browse/HARMONY-2069 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Denis Kishenko > Attachments: DataFlavorTest.patch, DavaFlavorTest.patch, patch2069.patch, regression2069.patch > > > ============ Test =========== > import java.awt.datatransfer.*; > public class Test { > public static void main(String[] argv) throws Exception { > DataFlavor localDataFlavor = new DataFlavor(); > localDataFlavor.clone(); > System.out.println("passed"); > } > } > ======== RI ====== > passed > ===== Harmony ===== > Uncaught exception in main: > java.lang.NullPointerException > at java.awt.datatransfer.DataFlavor.clone(DataFlavor.java:356) > at Test.main(Test.java:6) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.