Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 57724 invoked from network); 16 Jun 2009 11:01:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jun 2009 11:01:21 -0000 Received: (qmail 95665 invoked by uid 500); 16 Jun 2009 11:01:32 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 95603 invoked by uid 500); 16 Jun 2009 11:01:32 -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 95586 invoked by uid 99); 16 Jun 2009 11:01:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 11:01:32 +0000 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; Tue, 16 Jun 2009 11:01:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C0487234C04B for ; Tue, 16 Jun 2009 04:01:07 -0700 (PDT) Message-ID: <566822255.1245150067786.JavaMail.jira@brutus> Date: Tue, 16 Jun 2009 04:01:07 -0700 (PDT) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-6206) [classlib][beans] java.beans.EventSetDescriptor(String, Class , MethodDescriptor[], Method, Method) throws a NullPointerException while RI doesn't In-Reply-To: <990643927.1242113205787.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ellison reassigned HARMONY-6206: ------------------------------------ Assignee: Tim Ellison > [classlib][beans] java.beans.EventSetDescriptor(String, Class , MethodDescriptor[], Method, Method) throws a NullPointerException while RI doesn't > ----------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-6206 > URL: https://issues.apache.org/jira/browse/HARMONY-6206 > Project: Harmony > Issue Type: Bug > Components: Classlib > Affects Versions: 5.0M9 > Reporter: Kevin Zhou > Assignee: Tim Ellison > Attachments: HARMONY-6206.diff > > Original Estimate: 48h > Remaining Estimate: 48h > > Given a test case [1], it throws a java.lang.NullPointerException on HARMONY but successfully creates a EventSetDescriptor object on RI. > [1] Test Case: > public void test_EventSetDescriptor_Constructor() throws Exception { > EventSetDescriptor eventSetDescriptor = new EventSetDescriptor((String) null, (Class) null, new MethodDescriptor[] { null, null }, (Method) null, (Method) null); > } > [2] > java.lang.NullPointerException > at java.beans.EventSetDescriptor.(EventSetDescriptor.java:180) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.