Bug pattern detector

  • Thread starter Thread starter Leon Lambert
  • Start date Start date
L

Leon Lambert

I was wondering if someone could post some links to some bug pattern
detector software for C#. I found this very interesting article about
pattern detectors for Java so wanted to investiage one for C#.
http://www.javaworld.com/javaworld/jw-11-2003/jw-1121-quality.html? I
did a google search for variations of the following "C# Bug Pattern
Detector" but came up dry. Was hoping some kind people here might post
some links to a few if they exist.

Thanks
Leon Lambert
 
Interesting set of utilities. I'm not aware of many that are in C# but that
could always change. All it takes is a Java -> C# converter and some
doctoring and viola.


Thanks,
Shawn
 
Is there a static analyser for bug detection on C#?

What about automation for delta bug detection from multiple runs?
 
Back
Top