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,FREEMAIL_FROM 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-27 12:56:25 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: prichtmyer@yahoo.com (Peter Richtmyer) Newsgroups: comp.lang.ada Subject: Re: Source Analysis Tools for Ada95 Date: 27 Apr 2003 12:56:24 -0700 Organization: http://groups.google.com/ Message-ID: <1b585154.0304271156.403fd7bf@posting.google.com> References: <7fc0d0f7.0304251607.efb4d7b@posting.google.com> NNTP-Posting-Host: 68.1.176.75 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1051473384 8362 127.0.0.1 (27 Apr 2003 19:56:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 27 Apr 2003 19:56:24 GMT Xref: archiver1.google.com comp.lang.ada:36656 Date: 2003-04-27T19:56:24+00:00 List-Id: "Alex Gibson" wrote in message news:... > > 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 > We are using Understand for Ada ("U4A"). I love it. Used it to analyze some software we were given as a potential baseline. U4A was very helpful in tracing through the foreign code and analyzing what it did. (Figuring out "why" it did it was harder. Good comments would have helped. :-) Now I am using U4A to "understand" the code I wrote instead of using the code we were given. :-) It helps me find stuff I put in that is no longer needed, etc. Get a free demo license and give it a ride. Don't forget to generate the "Reports" and look at them. enjoy ... Peter