Anyone know a good code analysis service or tool for vb.net? Like the one for c# with visual studio 2008 team edition or style cop for c#
I\'m interested in code statistics tools. Specifica开发者_Go百科lly I need to get statistics on Java EE code, but any code analyzer would do. Should I start creating one of my own or is there some pro
I want to examine exactly how my code operates when using other libraries to which I do not have the code for. Whilst I can do this online (i.e. with FileMon, RegMon and TCPView from SysInternals), I
In school we were assigned to design a language and then to implement it, (I\'m having so much fun implementing it =)). My teacher told us to use yacc/lex, but i decided to go with java + regex API, h
Is there anyway to configure the code analysis rules in Visual Studio Team System to match those in an FxCop configuration file and keep them in sync automatically?
I\'m trying to find a way to check my classes for references of methods with a particular annotation (think \"Deprecated\").
I am looking for a way to programmatically inspect a .NET (C#, VB.NET,..) source code to perform static code analysis.
In my application I have a form that starts synchronization process and for number of reasons I want to allow only one synchronization to run at a time. So I\'ve added a static bool field to my form i
Another project, Visual Studio\'s Code Analysis has this option. But I couldn\'t find it for StyleCop (AKA Source Analysis).
We\'re using VS2008 with the built in static code analysis rule set. We\'ve got a relatively large C# solution (150+ projects) and while some of the projects (< 20) are using static code analysis r