Two utilities needed

  • Thread starter Thread starter Mike Labosh
  • Start date Start date
M

Mike Labosh

I know there are lots of these out there, but I'm looking for two source
code utilities:

1. Something that can sift through source code and dead code, unused
variables, analyze inheritance, dependency and calling chain structures and
give me diagrams.

2. A comment-driven documenter for VB.NET that is similar to /** JavaDoc
markups or C# style /// markups.

If you have any favorites or most-hated utilities that do this stuff, could
you list Pros & Cons?

I have inherited a giant system with over 300 source code files and you can
imagine the need for these :)

--
Peace & happy computing,

Mike Labosh, MCSD

Feed the children!
Save the whales!
Free the mallocs!
 
Mike said:
I know there are lots of these out there, but I'm looking for two source
code utilities:

You might want to demo this (you can request an 'extended demo' to see
if it'll work with a project that large.. the full version should).

It'll take care of your requests plus a whole lot more (with the
optional add-on's) I've never tried in on a B# project but it works
great with VB3->6 (sez it supports B#)

Project Analyzer v7.0
http://www.aivosto.com/project/project.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top