Code analyzer

  • Thread starter Thread starter mikeb
  • Start date Start date
M

mikeb

Can someone recommend a source code analyzer for VS.net? We're looking for
something to give us statistics of our source code - lines per module, etc.

Also, something that will point out unused code (variables, functions, code
snippets, etc).

Any thoughts?
 
Hello mikeb,

m> Can someone recommend a source code analyzer for VS.net? We're
m> looking for something to give us statistics of our source code -
m> lines per module, etc.

www.usysware.com/dpack/


m> Also, something that will point out unused code (variables,
m> functions, code snippets, etc).

ReSharper, Refactor PRO (http://www.devexpress.com/Products/NET/Refactor/),
FixCop at last

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top