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: rlk@rational.com (Bob Kitzberger) Subject: Re: Any free Ada source code analyzer's avail. ? Date: 1996/05/30 Message-ID: <4ol329$77o@rational.rational.com>#1/1 X-Deja-AN: 157625339 references: <4ofara$t68@theopolis.orl.mmc.com> organization: Rational Software Corporation newsgroups: comp.lang.ada Date: 1996-05-30T00:00:00+00:00 List-Id: You could build such a tool on top of ASIS without much difficulty. (Not surprisingly, we also sell tools that do this kind of analysis... email product_info@rational.com, ask for Ada Analyzer information) KevinJ.Cronin wrote: : 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. -- Bob Kitzberger Rational Software Corporation rlk@rational.com http://www.rational.com http://www.rational.com/pst/products/testmate.html