Code analysis tool?

C

Carl

Hi,

Does anyone know of a tool that can analyze source code and find potential
multi threading problems? I've found one that is called devAdvantage, but it
does not work with .NET 2.0 or higher. I would preferably have .NET3.5, but
2.0 not lesser than 2.0.

regards,

Carl
 
L

Leon Mayne

Carl said:
Hi,

Does anyone know of a tool that can analyze source code and find
potential multi threading problems? I've found one that is called
devAdvantage, but it does not work with .NET 2.0 or higher. I would
preferably have .NET3.5, but 2.0 not lesser than 2.0.

regards,

Carl

Does FXCop not find threading problems?
 
P

PhilipDaniels

Hi,

Does anyone know of a tool that can analyze source code and find potential
multi threading problems? I've found one that is called devAdvantage, but it
does not work with .NET 2.0 or higher. I would preferably have .NET3.5, but
2.0 not lesser than 2.0.

regards,

Carl

It might be worth checking out NDepend.
 

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

Top