Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 13819 invoked from network); 16 Mar 2010 07:02:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Mar 2010 07:02:52 -0000 Received: (qmail 38490 invoked by uid 500); 16 Mar 2010 07:02:52 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 38394 invoked by uid 500); 16 Mar 2010 07:02:51 -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 38387 invoked by uid 99); 16 Mar 2010 07:02:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 07:02:50 +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 Mar 2010 07:02:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2C7A1234C48C for ; Tue, 16 Mar 2010 07:02:27 +0000 (UTC) Message-ID: <1254445347.284461268722947181.JavaMail.jira@brutus.apache.org> Date: Tue, 16 Mar 2010 07:02:27 +0000 (UTC) From: "deven you (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-6474) [classlib][concurrent]CopyOnWrite.equals throws NullPointerException 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 [classlib][concurrent]CopyOnWrite.equals throws NullPointerException -------------------------------------------------------------------- Key: HARMONY-6474 URL: https://issues.apache.org/jira/browse/HARMONY-6474 Project: Harmony Issue Type: Bug Components: Classlib Affects Versions: 5.0M14 Reporter: deven you Fix For: 5.0M14 This method throws NullPointerException when the compared object is a CopyOnWriteArraySet object and contains 0 elements. This patch will check within this condition. However as far as I know, concurrent module is an external module. So anyone would try this patch and give me some suggestion about how to contribute the patch to the concurrent owner. Thanks a lot! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.