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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,89672537efe45443 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-26 19:46:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!enews.sgi.com!news.xtra.co.nz!newsfeeds.ihug.co.nz!lust.ihug.co.nz!ihug.co.nz!not-for-mail From: "Alex Gibson" Newsgroups: comp.lang.ada Subject: Re: Source Analysis Tools for Ada95 Date: Sun, 27 Apr 2003 12:36:03 +1000 Organization: Ihug Limited Message-ID: References: <7fc0d0f7.0304251607.efb4d7b@posting.google.com> NNTP-Posting-Host: p243-tnt3.syd.ihug.com.au X-Trace: lust.ihug.co.nz 1051411565 19796 203.173.132.243 (27 Apr 2003 02:46:05 GMT) X-Complaints-To: abuse@ihug.co.nz NNTP-Posting-Date: Sun, 27 Apr 2003 02:46:05 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1123 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1123 Xref: archiver1.google.com comp.lang.ada:36630 Date: 2003-04-27T12:36:03+10:00 List-Id: "Dr. Anthony Probe" wrote in message news:7fc0d0f7.0304251607.efb4d7b@posting.google.com... > I've got a little project to clean up 4M lines of Ada95. Code has > been in maintenance for years and is a bit weedy. First task is to > remove all unused source code (not just comp units). I can probably > do most of this with some scripts and existing compiler tools, but I > wondered if any one here has experience with any other tools (both > commercial and free) that would help automate this tedious task. > Subsequent tasks are to clean up the code to make it more maintainable > and code review for latent bugs. So, I'm also seeking info on other > analysis tools that don't get in your way but actually help this labor > intensive IV&V task. > > Tony > > email: tony@probepak.com > web: http://www.probepak.com These guys provide tools for quite a few languages. Used their fortran tool but only for a small project http://www.scitools.com/ http://www.scitools.com/downloadada.shtml Pricing for fortran version understand seems to be around UK 500 pounds. (price from Salford software web page) Alex