comp.lang.ada
 help / color / mirror / Atom feed
From: dewar@merv.cs.nyu.edu (Robert Dewar)
Subject: Re: Tools
Date: 1996/12/18
Date: 1996-12-18T00:00:00+00:00	[thread overview]
Message-ID: <dewar.850943274@merv> (raw)
In-Reply-To: 32B6D316.2F1C@velveeta.apdev.cs.mci.com


Jim Rogers says

"I assume this means that you will not be using any tagged types.  Run-time
dispatching makes Cyclomatic Complexity calculations very difficult.  There
is no static analysis which can tell which subprogram will be called via
dynamic dispatching.
"


I don't think this can possibly be true. Dynamic dispatching is semantically
equiavlent to a series of calls protected by conditoinals, and it would seem
that any methodology which could not handle:


   if a then call-b
   elsif b then call-c
   ...


is too limited to be useful.





  reply	other threads:[~1996-12-18  0:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-12-16  0:00 Tools Art Schwarz
1996-12-17  0:00 ` Tools James Rogers
1996-12-18  0:00   ` Robert Dewar [this message]
1996-12-18  0:00     ` Tools James S. Rogers
1996-12-19  0:00   ` Tools Robert A Duff
1996-12-19  0:00   ` Tools Art Schwarz
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox