Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 17917 invoked from network); 6 Dec 2010 17:07:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Dec 2010 17:07:28 -0000 Received: (qmail 78745 invoked by uid 500); 6 Dec 2010 17:07:27 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 78681 invoked by uid 500); 6 Dec 2010 17:07:27 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 78673 invoked by uid 99); 6 Dec 2010 17:07:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 17:07:27 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ted.dunning@gmail.com designates 209.85.214.43 as permitted sender) Received: from [209.85.214.43] (HELO mail-bw0-f43.google.com) (209.85.214.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 17:07:20 +0000 Received: by bwz14 with SMTP id 14so10451480bwz.30 for ; Mon, 06 Dec 2010 09:06:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=MA7lxtXF5T3nw+8PcEXVt9pBjQ8gNuyaclJsFIrFPF0=; b=qIKxmsqgTLPhjvNy0jVyMR9rgsQZ8uTLdvRBB2NCd07g282jI2jP9jsWO8fdk/6V27 zcRjL5owmUyEcmNCwZsVaKZCUlwzMlN3WZyaidAS4CsbeOOFNbsOYmsqEL7wJ+h/5NOM RzOInqIxWM5cguK4Bqj4sfHdwakSWwZsR32lc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=BJwxXS4wlNt/EphAs8y1psgj8tMrEzzOSe//hutYwo2JyyTrrS/N6My2GUaA591gmE ONTdBnNcjaWhGp1NsSE1fydCEIdt/jfvNJG5hl0awJOoS6OTUuxzLwy+6TNQO6oxpLJo zC0Ne4dfYcbtWdKW4lQQpRhfrIOrvrblhnrXQ= Received: by 10.216.162.70 with SMTP id x48mr172281wek.4.1291655204821; Mon, 06 Dec 2010 09:06:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.158.68 with HTTP; Mon, 6 Dec 2010 09:06:24 -0800 (PST) In-Reply-To: References: From: Ted Dunning Date: Mon, 6 Dec 2010 09:06:24 -0800 Message-ID: Subject: Re: [math] Frequency getUniqueCount To: Commons Developers List Content-Type: multipart/alternative; boundary=001485f44f32a7dbb40496c0e921 --001485f44f32a7dbb40496c0e921 Content-Type: text/plain; charset=UTF-8 Looks right. I think that the base of the patch is one level too low. It is also a nice convention to name the patch after the JIRA. Thus your patch would be called MATH-448.patch It is also a nice convention to just upload on top of the previous version. This leaves JIRA with a development history which is pretty interesting to take a look. On Mon, Dec 6, 2010 at 9:03 AM, Patrick Meyer wrote: > I originally used Netbeans to generate the Diff, then copy and pasted it > into Wordpad to save it. I just uploaded a new patch that was created with > the Netbeans "Export Diff Patch" function. Is this new file in the correct > format? (Please excuse the noob - I'll get the process right eventually.) > > > > On Mon, Dec 6, 2010 at 11:55 AM, Ted Dunning > wrote: > > > How did you create this diff? > > > > The normal way is to use svn diff in the project root directory. > > > > On Mon, Dec 6, 2010 at 8:29 AM, Patrick Meyer > wrote: > > > > > OK, I attached a diff file to, > > > https://issues.apache.org/jira/browse/MATH-448. > > > However, I am new to subversion and JIRA and I'm not sure I have done > > this > > > correctly. Please let me know if I have done something wrong. I am > happy > > to > > > volunteer and contribute to the project. I just want to make sure I am > > > using > > > he right process to submit changes. > > > > > > Thanks, > > > Patrick > > > > > > > > > > > > On Mon, Dec 6, 2010 at 10:46 AM, Ted Dunning > > > wrote: > > > > > > > If you provide a suggested patch, this will go forward much more > > quickly > > > > than > > > > if you wait for a volunteer to appear out of the mists. > > > > > > > > It is after all a volunteer effort. Go ahead and volunteer! > > > > > > > > On Mon, Dec 6, 2010 at 6:07 AM, Patrick Meyer > > > wrote: > > > > > > > > > I have a small feature request for the org.apache.commons.math.stat > > > > > Frequency class. It is often useful to know the unique number of > > > elements > > > > > in > > > > > a frequency table. Would you add this feature? I submitted an issue > > > with > > > > > JIRA with the code needed to make this happen, > > > > > https://issues.apache.org/jira/browse/MATH-448. > > > > > > > > > > Thanks > > > > > > > > > > > > > > > --001485f44f32a7dbb40496c0e921--