From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,59f7e099a1b75f38 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.189.72 with SMTP id gg8mr2158003pbc.4.1326975310208; Thu, 19 Jan 2012 04:15:10 -0800 (PST) X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.131.2 Path: lh20ni199705pbb.0!nntp.google.com!news2.google.com!news4.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!nntpfeed.proxad.net!88.191.131.2.MISMATCH!news.chainon-marquant.org!rt.uk.eu.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Jeffrey Creem Newsgroups: comp.lang.ada Subject: Re: source code line counting in ada Date: Thu, 19 Jan 2012 06:47:22 -0500 Organization: A noiseless patient Spider Message-ID: <6eclu8-ohg.ln1@newserver.thecreems.com> References: <2a71b926-6ba5-4bb4-a4bf-c575e1a9711c@z12g2000yqm.googlegroups.com> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="DNqEqf8W2ExAB5UtG9ldvQ"; logging-data="15766"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18tSJaz8399pYlTuPV9BZndhyaA4RTcZKU=" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 In-Reply-To: <2a71b926-6ba5-4bb4-a4bf-c575e1a9711c@z12g2000yqm.googlegroups.com> Cancel-Lock: sha1:ZVuWa3qfq5xCEd/ks+m4h4dLK0k= Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-01-19T06:47:22-05:00 List-Id: On 1/19/2012 4:39 AM, tonyg wrote: > > Is there a utility that can count lines of ada source code? Maybe > there is something in gnat-gps? > http://csse.usc.edu/research/CODECOUNT/ Unified Code Count (UCC) includes support for Ada. In addition, it does things like looking for duplicate source files and can find 'difference' LOC counts between two code baselines (e.g. lines deleted, added, modified, etc)