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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-25 17:07:33 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: tony@probepak.com (Dr. Anthony Probe) Newsgroups: comp.lang.ada Subject: Source Analysis Tools for Ada95 Date: 25 Apr 2003 17:07:33 -0700 Organization: http://groups.google.com/ Message-ID: <7fc0d0f7.0304251607.efb4d7b@posting.google.com> NNTP-Posting-Host: 4.64.17.89 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1051315653 19164 127.0.0.1 (26 Apr 2003 00:07:33 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 26 Apr 2003 00:07:33 GMT Xref: archiver1.google.com comp.lang.ada:36580 Date: 2003-04-26T00:07:33+00:00 List-Id: 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