Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 72613 invoked from network); 14 Apr 2009 00:34:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Apr 2009 00:34:37 -0000 Received: (qmail 20249 invoked by uid 500); 14 Apr 2009 00:34:37 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 20156 invoked by uid 500); 14 Apr 2009 00:34:36 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 20145 invoked by uid 99); 14 Apr 2009 00:34:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2009 00:34:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nbeyer@gmail.com designates 209.85.219.161 as permitted sender) Received: from [209.85.219.161] (HELO mail-ew0-f161.google.com) (209.85.219.161) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2009 00:34:30 +0000 Received: by ewy5 with SMTP id 5so2085257ewy.36 for ; Mon, 13 Apr 2009 17:34:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=82aHRtSzI2SqszDDsh6/PvVCx7KLv5nsqCcgFfWpYFk=; b=wqF+plWuK5trdJDyVsNVv8mcOk81s/oY/VhcSTLC1oWB9Dk56FZSFDNvDR0jyJEUoZ SttBuKBX8Fz+7tniu+MezZFps4oguJJiJ9e8X0tPjvRTeALfxNOP3Ixy1QEaVfYHwGeu OLHge/mYw48q6RN2/oCA8+9E5+t/1m/xit3e0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=SU600X3qupg55wHGjSWYFECqo/lnNXEaXOvxIznJJO4c3OMaEGq3Ij+E+NSOtiAo/j lv5+j9LTHNJ2JOvcdXnAdEaA0S177+SsThzUVacwvpnBBzC8/Enm7nWmJXxyb4XJDszc xtO+O/WdFVpAOQUNuodUxTflOEUiigB5N/r2M= MIME-Version: 1.0 Sender: nbeyer@gmail.com Received: by 10.216.54.83 with SMTP id h61mr1643089wec.69.1239669248538; Mon, 13 Apr 2009 17:34:08 -0700 (PDT) In-Reply-To: <70c713190904130159q77a7d29l9f46dfd717972cf2@mail.gmail.com> References: <781696857.1239611714932.JavaMail.jira@brutus> <2035236434.1239612134865.JavaMail.jira@brutus> <70c713190904130147r1817f235l2744a315cd87a1e3@mail.gmail.com> <70c713190904130159q77a7d29l9f46dfd717972cf2@mail.gmail.com> Date: Mon, 13 Apr 2009 19:34:08 -0500 X-Google-Sender-Auth: b5d285c604503117 Message-ID: <3b3f27c60904131734l18c22935idf037b0434d502c0@mail.gmail.com> Subject: Re: [jira] Commented: (HARMONY-6148) [classlib][lang-management] java.lang.management.MemoryNotificationInfo.from(CompositeData cd) should return null if the argument is null From: Nathan Beyer To: dev@harmony.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org FYI - https://issues.apache.org/jira/browse/HARMONY-1284 I ran into some issues with another class in lang.management a while back and decided to make MemoryUsage consistent with javadoc, not behavior of RI. -Nathan On Mon, Apr 13, 2009 at 3:59 AM, Kevin Zhou wrote: >> >> >Is there any reason for Harmony to behave differently from RI? > > I don't think that there is any specific reason why HY behaves differently > from RI. > > >> >Just trying to check my understanding. Does RI smoothly throw NPE? > > I'm sorry that I don't express so clear here. It means that RI successfully > throws NPE while HY doesn't. >