home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / c / 19435 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  2.3 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!gatech!swrinde!emory!ogicse!cadreor!johnb
  2. From: johnb@cadreor.cadre.com (John Blattner)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Code Analysis Tools Info Request
  5. Message-ID: <1993Jan8.175521.12117@cadreor.cadre.com>
  6. Date: 8 Jan 93 17:55:21 GMT
  7. Article-I.D.: cadreor.1993Jan8.175521.12117
  8. References: <1993Jan4.164514.6580@newstand.syr.edu>
  9. Organization: Cadre Technologies Incorporated, Beaverton, Oregon.
  10. Lines: 44
  11.  
  12. jacobs@erc.cat.syr.edu (David Quinn-Jacobs) writes:
  13.  
  14. >I am looking for code analyis tools (other than cflow and cxref) which
  15. >perform the following functions:
  16.  
  17. >    o    Cyclomatic Complexity Analysis (McCabe)
  18. >    o    Calling Trees (graphic or textual)
  19. >    o    Cross Referencing (particularly noting global variable usage)
  20.  
  21. >It does not matter if the tools are commercial or in the public domain.  (If 
  22. >they apply to Fortran as well as C, that is a plus.)
  23.  
  24. >Please post replies to the following email address since I cannot access
  25. >news very often.  Thanks in advance.
  26. >----------------------------------------------------------------------------
  27. >Dave Quinn-Jacobs                           Phone: (315) 724-1100
  28. >The Analytical Sciences Corp. (TASC)          FAX: (315) 724-3330
  29. >555 French Rd.                              Email: jacobs@erc.cat.syr.edu
  30. >New Hartford, NY 13413
  31. >-- 
  32. >------------------------------------------------------------------------------
  33. >                      David Quinn-Jacobs
  34.  
  35. >          *          Plainfield Associates
  36.  
  37.  
  38. Ensemble is a suite of tools for the C development and maintenance
  39. engineer. The code analysis or reverse engineering tools generate
  40. cyclomatic complexity metrics, structure charts with calling hierarchy
  41. and parameter passing info, and cross reference reports. The tools
  42. provide additional structure and logic reverse engineering, quality
  43. metrics calculations, test case generation, test execution profiling,
  44. and design documentation generation. Ensemble is currently shipping on
  45. Sun Sparc and HP700. Ensemble will be shipping on IBM RS6000 and DEC
  46. Ultrix in Q1, 1993. Ensemble works with ANSI, K&R, and Microsoft
  47. dialects including the extensions for the workstation compilers and
  48. many cross compilers.
  49.  
  50. For more information, please contact Cadre Technologies at
  51. 1-800-743-2273 or (401) 351-5950.
  52.  
  53. John Blattner
  54. Cadre Technologies, Inc.
  55. johnb@cadre.com
  56.