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=0.2 required=5.0 tests=BAYES_00,FROM_ADDR_WS, INVALID_MSGID,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d39ad0747134ad2b,start X-Google-Attributes: gid103376,public From: Kevin J. Cronin Subject: Any free Ada source code analyzer's avail. ? Date: 1996/05/28 Message-ID: <4ofara$t68@theopolis.orl.mmc.com>#1/1 X-Deja-AN: 157184378 organization: Lockheed Martin -- Orlando InterNetNews site reply-to: kcronin@polaris.orl.mmc.com newsgroups: comp.lang.ada Date: 1996-05-28T00:00:00+00:00 List-Id: I'm looking for a "free" tool that will do some basic design analysis on Ada source code. In particular a tool that will do things like: 1. count the number of types, objects, subprogram declarations, etc. in a compilation unit. 2. identify the number of simple types (Integer, Float) and complex types (record, array) in a compilation unit. 3. count the number of imported types, constants, subprograms actually used in a compilation unit. UNIX based would be nice but PC based would be fine too. Can anyone help? kcronin@polaris.mmc.orl.com