Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 83029 invoked from network); 13 Sep 2006 05:07:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2006 05:07:32 -0000 Received: (qmail 86484 invoked by uid 500); 13 Sep 2006 05:07:20 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 86441 invoked by uid 500); 13 Sep 2006 05:07:20 -0000 Mailing-List: contact harmony-dev-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-dev@incubator.apache.org Received: (qmail 86430 invoked by uid 99); 13 Sep 2006 05:07:20 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Sep 2006 22:07:20 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=firepure@gmail.com; spf=unknown X-ASF-Spam-Status: No, hits=0.4 required=5.0 tests=DNS_FROM_RFC_ABUSE Received-SPF: unknown (idunn.apache.osuosl.org: domain gmail.com does not designate 202.81.18.154 as permitted sender) Received: from ([202.81.18.154:37850] helo=ausmtp05.au.ibm.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 80/B0-07925-01297054 for ; Tue, 12 Sep 2006 22:07:31 -0700 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp05.au.ibm.com (8.13.6/8.13.6) with ESMTP id k8D59ZDc6205470 for ; Wed, 13 Sep 2006 15:09:35 +1000 Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.250.237]) by sd0208e0.au.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id k8D5ASrQ224070 for ; Wed, 13 Sep 2006 15:10:33 +1000 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k8D573Qi014557 for ; Wed, 13 Sep 2006 15:07:03 +1000 Received: from d23m0011.cn.ibm.com (d23m0011.cn.ibm.com [9.181.32.74]) by d23av04.au.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k8D572L0014509 for ; Wed, 13 Sep 2006 15:07:03 +1000 Received: from [9.181.107.166] ([9.181.107.166]) by d23m0011.cn.ibm.com (Lotus Domino Release 6.5.5HF262) with ESMTP id 2006091313055023-22909 ; Wed, 13 Sep 2006 13:05:50 +0800 Message-ID: <450791FA.2030307@gmail.com> Date: Wed, 13 Sep 2006 13:07:06 +0800 From: "Jimmy, Jing Lv" User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [classlib]volunteer to supply patches for old JIRAs References: <211709bc0609122026i238af5a7q9ac6357b7b995cec@mail.gmail.com> <006c01c6d6e9$7b5c7a20$0401a8c0@LITTLEGUY> <211709bc0609122129r1e49c8a7qad6f27095e7b0337@mail.gmail.com> In-Reply-To: <211709bc0609122129r1e49c8a7qad6f27095e7b0337@mail.gmail.com> X-MIMETrack: Itemize by SMTP Server on D23M0011/23/M/IBM(Release 6.5.5HF262 | April 5, 2006) at 13/09/2006 13:05:50, Serialize by Router on D23M0011/23/M/IBM(Release 6.5.5HF262 | April 5, 2006) at 13/09/2006 13:05:52, Serialize complete at 13/09/2006 13:05:52 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-2022-JP X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Tony Wu wrote: > so helpful suggestion, thank you Nathan. > According to Nathan's suggestion, I suggest we go ahead as below, > 1. verify all the issues without patch, supply a patch if possible. > 2. for the issues already has a patch, verify the reason why it was > ignored, > and then > a.write testcase if caused by lack of test. > b.supply another patch if the patch is out of date. > c.add comments to support it if the patch is ok. > Wonderful plan :) IIRC, there's a open JIRA of management, it is because Harmony java.lang.management does not exist yet, please ignore. And please ignore HARMONY-1375, it is in discussion still. Waiting for your summary :) > > On 9/13/06, Nathan Beyer wrote: >> >> Here are a few things that I think might help with getting through >> some of >> the older outstanding issues, as well as new ones. >> >> * If an issue is old (over a month???), then verify that it's still an >> issue >> with the latest code and note this with a JIRA comment. >> * Obviously posting patches is great, but patches without tests are >> almost >> always ignored. >> ** If you're posting an enhancement, post a patch that enhances the tests >> and make sure they pass on an RI. (I always make sure the test passes on >> the >> RI before considering the patch.) >> ** If you're posting a fix, post a patch that includes a regression test. >> (I >> always apply the test first, then run it to see it fail, then I look at >> the >> fix.) >> * If there's a particular JIRA issue that you would like fixed and a >> patch >> already exists, try applying the patch yourself, verify it and then add a >> comment supporting the patch. >> >> >> -Nathan >> >> > -----Original Message----- >> > From: Tony Wu [mailto:wuyuehao@gmail.com] >> > Sent: Tuesday, September 12, 2006 10:26 PM >> > To: harmony-dev@incubator.apache.org >> > Subject: Re: [classlib]volunteer to supply patches for old JIRAs >> > >> > On 9/13/06, Spark Shen wrote: >> > > >> > > Tony Wu 写道: >> > > > Hi all, >> > > > I noticed there're many unresolved JIRAs posted so long time. I >> > > > purpose to >> > > > dive into and find whether it is in my range and try to supply a >> patch >> > > > if no >> > > > one objects :) >> > > > Is there anyone alse has interest and would like to work with me? >> > > > >> > > Hi, >> > > It is interesting of your proposal. May I join in? >> > >> > >> > Great! Welcome! >> > >> > I noticed that there are many categories of components. I suggest we >> > > only deal with those components we are familier with. >> > > Since there are so many unresolved JIRAs, will you start from the >> > > beginning and I will start from the end. If someone else is >> interested, >> > > he/she may start from the middle. :-) >> > >> > >> > good idea, I'll start to look in descendent order of jira sn. >> > >> > >> > Best regards >> > > >> > > -- >> > > Spark Shen >> > > China Software Development Lab, IBM >> > > >> > > >> > > --------------------------------------------------------------------- >> > > Terms of use : http://incubator.apache.org/harmony/mailing.html >> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org >> > > For additional commands, e-mail: >> harmony-dev-help@incubator.apache.org >> > > >> > > >> > >> > >> > -- >> > Tony Wu >> > China Software Development Lab, IBM >> >> >> --------------------------------------------------------------------- >> Terms of use : http://incubator.apache.org/harmony/mailing.html >> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org >> For additional commands, e-mail: harmony-dev-help@incubator.apache.org >> >> > > -- Best Regards! Jimmy, Jing Lv China Software Development Lab, IBM --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org