Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 34809 invoked from network); 5 May 2006 23:49:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 May 2006 23:49:13 -0000 Received: (qmail 37423 invoked by uid 500); 5 May 2006 23:49:12 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 37389 invoked by uid 500); 5 May 2006 23:49:12 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 37378 invoked by uid 99); 5 May 2006 23:49:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 May 2006 16:49:12 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mcintyre.a@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 May 2006 16:49:11 -0700 Received: by nf-out-0910.google.com with SMTP id a25so630117nfc for ; Fri, 05 May 2006 16:48:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AVwblYimlhMrBQptecQlK2WrQZTuuypDMXjjeqnPIFYrgX1lcr5o8WQ7v0HZONjLcBReX/L3+ZbJWnoBDhpC24HL+bWJMOgNIiVZ7z7lmyKUfq1GAbIJ5LRIhCuC4LKWW+/dzz9qfUdydFCidBLaDmZ15DYjd9xCdNJLkuFbUDo= Received: by 10.49.1.4 with SMTP id d4mr965939nfi; Fri, 05 May 2006 16:48:50 -0700 (PDT) Received: by 10.48.162.7 with HTTP; Fri, 5 May 2006 16:48:50 -0700 (PDT) Message-ID: <54ac72d70605051648o12618133qc200107eaaa3ac7a@mail.gmail.com> Date: Fri, 5 May 2006 16:48:50 -0700 From: "Andrew McIntyre" To: derby-dev@db.apache.org Subject: Re: Derby metrics In-Reply-To: <445B83F2.3050905@sbcglobal.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <445A33AB.2050300@sbcglobal.net> <445B53FD.3080905@sun.com> <445B83F2.3050905@sbcglobal.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/5/06, Kathey Marsden wrote: > > > In addition to measuring lines of code added or total, I've also heard > > about measuring the number of lines of code that have been changed > > (added/removed/updated), loosely refered to as measuring "code > > turmoil". With a lot of code turmoil you expect less stability, this > > number should go down when you get close to a release. > > Does anyone have scripts for measuring this sort of thing? I have a script for counting new/added/changed lines of code in a set of diffs. It's a little rough and could use some work, but it might serve as a starting point for developing a tool that, e.g. automatically collected stats on a set of revisions by getting the diffs from svn. andrew