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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1987b1c7663f31bc,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-06 11:52:53 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!skynet.be!skynet.be!freenix!enst.fr!not-for-mail From: "Arthur I Schwarz" Newsgroups: comp.lang.ada Subject: Ada Source Code Analyzer Date: Thu, 6 Mar 2003 11:50:30 -0800 Organization: ENST, France Message-ID: Reply-To: "comp.lang.ada mail to news gateway" NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: avanie.enst.fr 1046980316 39829 137.194.161.2 (6 Mar 2003 19:51:56 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Thu, 6 Mar 2003 19:51:56 +0000 (UTC) To: comp.lang.ada@ada.eu.org Return-Path: Sensitivity: X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 X-MIMETrack: Serialize by Router on RWSMTA10/SRV/Raytheon/US(Release 5.0.10 |March 22, 2002) at 03/06/2003 11:50:32 AM X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:34990 Date: 2003-03-06T11:50:30-08:00 We are evaluating toolsets which can provide Ada source code metrics, such as Cyclomatic Complexity, Halstead, etc., on several projects, each project having about 100k SLOC in 300 files. I do have an Ada program for McCabe's Cyclomatic Complexity that I uploaded from a 1997 Walnut Creek distribution of PAL, but a couple of packages are missing. Can anyone can point me to the complete program with all packages? We need command line tools which can be scripted. We are using Cygwin under WinNT/2k. I am corresponding with some commercial vendors for evaluation copies of their software. Are there some non-commercial products available that I can evaluate? art