Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 79840 invoked from network); 3 Nov 2006 12:39:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2006 12:39:14 -0000 Received: (qmail 46161 invoked by uid 500); 3 Nov 2006 12:39:26 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 46056 invoked by uid 500); 3 Nov 2006 12:39:25 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 46036 invoked by uid 99); 3 Nov 2006 12:39:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 04:39:25 -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; Fri, 03 Nov 2006 04:39:13 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0BBB07142FA for ; Fri, 3 Nov 2006 04:38:17 -0800 (PST) Message-ID: <8693228.1162557497041.JavaMail.root@brutus> Date: Fri, 3 Nov 2006 04:38:17 -0800 (PST) From: "Denis Kishenko (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Created: (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 [classlib][awt] DataFlavor.clone() throws NPE --------------------------------------------- Key: HARMONY-2069 URL: http://issues.apache.org/jira/browse/HARMONY-2069 Project: Harmony Issue Type: Bug Components: Classlib Reporter: Denis Kishenko ============ 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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira