If you want serious code analysis get a copy of NDepend. It has a code query
language (CQL) that if the stuff you're looking for isn't already defined
you can use to create a query that will extract whatever information you
like.
www.ndepend.com
--
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
"Paul Jones" <(E-Mail Removed)> wrote in message
news:07%1j.1989$(E-Mail Removed)...
> Does anyone know if there is a C# code checker that will spot any (or
> preferably all) of the following:
> - Unused parameters in functions;
> - Unused functions;
> - Wrong scope (of functions, variables, enums, etc.,) e.g. can their scope
> be reduced from public to protected or private.
>
> Thanks, Paul
>