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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d39ad0747134ad2b X-Google-Attributes: gid103376,public From: andre_c_coulter@ccmail.orl.mmc.com Subject: Re: Any free Ada source code analyzer's avail. ? Date: 1996/05/28 Message-ID: <4og26c$o8d@theopolis.orl.mmc.com>#1/1 X-Deja-AN: 157247672 references: <4ofara$t68@theopolis.orl.mmc.com> to: kcronin@ccmail.orl.mmc.com content-type: text/plain; charset=us-ascii organization: Lockheed Martin -- Orlando InterNetNews site mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 1.1N (Windows; I; 16bit) Date: 1996-05-28T00:00:00+00:00 List-Id: kevin Cronin wrote: I'm looking for a "Free" tool that will do some basic design analysis: 1. count number of types 2. identify number of simple types 3. count the number of imported types used. With the exception of possibly number 3, I have a tool that with some small changes might meet your needs. Currently the tool extracts this information from source files and places the data in a database for searches (ie. what is the type of variable a, what is the base type of variable a if the type is not an Ada defined type) The tool is not "Free", but I would be willing to provide you with a no-cost license. The current tool is available for the Vax/VMS and PC in DOS/Windows.