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,934d920f8c38f830 X-Google-Attributes: gid103376,public From: Jerome Desquilbet Subject: Re: static code analysis Date: 1997/01/20 Message-ID: <32E34B79.794B@Rational.COM>#1/1 X-Deja-AN: 211001369 references: <5bnt03$2bj@news1.mnsinc.com> to: William Frye content-type: text/plain; charset=us-ascii organization: Rational Software Corporation in (the) SQY, France mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 3.0 (X11; I; OSF1 V3.2 alpha) Date: 1997-01-20T00:00:00+00:00 List-Id: William Frye wrote: > > A few months ago I posted here asking for information on a tool to > create a listing of the conditional clauses in an Ada program (the > intent > is to create a test matrix for existing code.) Someone suggested that > I look at a "static code analyzer" on The Home of the Brave Ada > Programmer > web site. I have not been able to find such a thing, perhaps someone > could give me more info so I can find it. Hello William, Little Tree Consulting has such a tool: Ada Analyzer. It runs on top of Apex. Look at: http://www.rational.com/pst/products/ada_anal.html and http://www.rational.com/pst/products/to8a.html Note that there's no version of Ada Analyzer for Ada 95 yet (but soon). Maybe you could build your own tool on top of ASIS. Good luck! Jerome.