Code analysis tool?

  • Thread starter Thread starter Carl
  • Start date Start date
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
 
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?
 
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.
 
Back
Top