code-analysis
Strange Code Analysis Problem About TFS 2010 Build
I have got strange problems in the last few days. Today\'s strange problem is about Code Analysis and TFS 2010 Builds.[详细]
2023-02-04 13:32 分类:问答How to execute Visual Studio Code Analysis from the command line?
Is it 开发者_高级运维possible? Does it generate a report file?The FxCopCmd.exe command line tool can be used to run code analysis (which is the same thing as FxCop analysis) from the command line.In a[详细]
2023-02-04 11:06 分类:问答Why am I getting CA2000 with a private member IDisposable inside my IDisposable class?
I have a class that implements IDisposable because it has a private member field \"foo\" that is IDisposable (which is initialized in the constructor).I am unexpectedly getting a CA2000 Code Analysis[详细]
2023-02-04 10:30 分类:问答How to Read CodeAnalysisLog XML File?
I\'m trying to automatically trigger a code analysis software called NDepend on the postbuild event of an automated build in TFS 2010 (If you\'d like more details on this, please see this).[详细]
2023-02-03 21:48 分类:问答How to fix the following PMD violations
I am using PMD to analyze code and it produces a few high priority warnings which I do not know how to fix.[详细]
2023-02-02 18:13 分类:问答Calculating Time Complexity
Need some Help Regarding how to calculate the t开发者_如何学Pythonime complexity of a function. e.g.[详细]
2023-01-30 14:13 分类:问答Seeking a Code Analysis Tool for ASP.Net
I\'ve inherited a rather complex AsP.Net 3.5 web application derived from Several DLLs. I\'ve used .Net Reflector to examine the DLL contents. However, I am looking for a code analysis tool that might[详细]
2023-01-30 07:05 分类:问答Visual Studio: Code analyzer to determine what exceptions a method can throw?
One nice thing about Java, which was also a curse, is that you always knew what exceptions a method could throw.[详细]
2023-01-28 05:55 分类:问答What's a good IntelliJ Inspection Profile, ROI wise?
IntelliJ Code Inspections (and code 开发者_Python百科analysis in general) tends to gather a lot of different issues of varying usefulness. Some with high ROI to fix, like null pointer exceptions, and[详细]
2023-01-27 03:59 分类:问答Regarding Quick Sort Killer
Some of you might have stumbled upon this cute article - http://igoro.com/archive/quicksort-killer/ \\[详细]
2023-01-27 03:20 分类:问答