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,d01c79d665f17fd8,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-04 12:30:32 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.ems.psu.edu!news.cis.ohio-state.edu!news.maxwell.syr.edu!fr.usenet-edu.net!usenet-edu.net!enst.fr!not-for-mail From: "Arthur I Schwarz" Newsgroups: comp.lang.ada Subject: Code 'goodness' tools Date: Tue, 4 Mar 2003 12:29:14 -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 1046809824 30935 137.194.161.2 (4 Mar 2003 20:30:24 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Tue, 4 Mar 2003 20:30:24 +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/04/2003 12:29:18 PM 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:34876 Date: 2003-03-04T12:29:14-08:00 I'm looking for some maintenance tools which can identify source code which should be modified to make them more maintainable. Amongst the tools sought are those with Cyclomatic Complexity and Essential Complexity, but there might be others that would be as, or more, suitable. This is a short duration effort in which I'm charged with looking at 100k SLOC. Free is good. Shareware is good. Purchasable is no good because there isn't enough time for a PO to be cut. (I know about McCabe Associates and have downloaded jGrasp.) art