Code Analysis Tools Info Request 
Author Message
 Code Analysis Tools Info Request

I am looking for code analyis tools (other than cflow and cxref) which
perform the following functions:

    o    Cyclomatic Complexity Analysis (McCabe)
    o    Calling Trees (graphic or textual)
    o    Cross Referencing (particularly noting global variable usage)

It does not matter if the tools are commercial or in the public domain.  (If
they apply to fortran as well as C, that is a plus.)

Please post replies to the following email address since I cannot access
news very often.  Thanks in advance.
----------------------------------------------------------------------------
Dave Quinn-Jacobs                           Phone: (315) 724-1100
The Analytical Sciences Corp. (TASC)          FAX: (315) 724-3330

New Hartford, NY 13413
--
------------------------------------------------------------------------------
                               David Quinn-Jacobs

                  *          Plainfield Associates



Sat, 24 Jun 1995 00:45:14 GMT  
 Code Analysis Tools Info Request

Quote:

>I am looking for code analyis tools (other than cflow and cxref) which
>perform the following functions:
>    o    Cyclomatic Complexity Analysis (McCabe)
>    o    Calling Trees (graphic or textual)
>    o    Cross Referencing (particularly noting global variable usage)
>It does not matter if the tools are commercial or in the public domain.  (If
>they apply to Fortran as well as C, that is a plus.)
>Please post replies to the following email address since I cannot access
>news very often.  Thanks in advance.
>----------------------------------------------------------------------------
>Dave Quinn-Jacobs                           Phone: (315) 724-1100
>The Analytical Sciences Corp. (TASC)          FAX: (315) 724-3330

>New Hartford, NY 13413
>--
>------------------------------------------------------------------------------
>                           David Quinn-Jacobs
>              *          Plainfield Associates

Ensemble is a suite of tools for the C development and maintenance
engineer. The code analysis or reverse engineering tools generate
cyclomatic complexity metrics, structure charts with calling hierarchy
and parameter passing info, and cross reference reports. The tools
provide additional structure and logic reverse engineering, quality
metrics calculations, test case generation, test execution profiling,
and design documentation generation. Ensemble is currently shipping on
Sun Sparc and HP700. Ensemble will be shipping on IBM RS6000 and DEC
Ultrix in Q1, 1993. Ensemble works with ANSI, K&R, and Microsoft
dialects including the extensions for the workstation compilers and
many cross compilers.

For more information, please contact Cadre Technologies at
1-800-743-2273 or (401) 351-5950.

John Blattner
Cadre Technologies, Inc.



Wed, 28 Jun 1995 01:55:21 GMT  
 Code Analysis Tools Info Request
: I am looking for code analyis tools (other than cflow and cxref) which
: perform the following functions:

:     o    Cyclomatic Complexity Analysis (McCabe)
:     o    Calling Trees (graphic or textual)
:     o    Cross Referencing (particularly noting global variable usage)

: It does not matter if the tools are commercial or in the public domain.  (If
: they apply to Fortran as well as C, that is a plus.)

: Please post replies to the following email address since I cannot access
: news very often.  Thanks in advance.
: ----------------------------------------------------------------------------
: Dave Quinn-Jacobs                           Phone: (315) 724-1100
: The Analytical Sciences Corp. (TASC)          FAX: (315) 724-3330

: New Hartford, NY 13413
: --
: ------------------------------------------------------------------------------
:                              David Quinn-Jacobs

:                 *          Plainfield Associates

Look at Brian Renaud's metrics package and mkid (in comp.source.{unix or misc}.

They're excellent.

Also get cdecl.

Also it is bad etiquette to ask for email requests to posted subjects, because you don't have time
to read news.

Why does anyone else?

--
marty

Member of the League for Programming Freedom



Thu, 29 Jun 1995 05:12:27 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. code analysis tools -- request for

2. Dependency Analysis Tool request

3. Request for info - Software Testing Tools

4. (slightly OT): Static Code Analysis Tool (C++)

5. C-code analysis tools wanted

6. New Tool: Metrics and Code Analysis Made Easy!

7. Free Code Metrics and Analysis tool.

8. Free Trail: Code Analysis and Metrics tool

9. Code Analysis Tool Needed

10. Tools for source code analysis of C or C++

11. C source code analysis tools

12. Feature request: Get attribute info in code

 

 
Powered by phpBB® Forum Software