Top "Code-analysis" questions

Code Analysis is the process of analyzing the code of the application to discover, review, validate or verify certain properties of the application.

Why can't Microsoft analyzers find Microsoft.CodeAnalysis?

I'm trying to add Microsoft.CodeAnalysis.FXCopAnalyzers (latest stable version) to my ASP.NET project. When I install it via …

c# code-analysis fxcop analyzer microsoft.codeanalysis
Static Actionscript code analysis possibilities

I want to see class, function and variable/property, dependencies visually, like NDepend, but for ActionScript 2 or AS3 code. Any …

actionscript-3 actionscript code-analysis static-analysis
static and dynamic code analysis

I found several questions about this topic, and all of them with lot of references, but still I don't have …

code-analysis static-code-analysis dynamic-analysis
Call graph generation from matlab src code

I am trying to create a function call graph for around 500 matlab src files. I am unable to find any …

matlab dependencies code-analysis call-graph
Coverity Scan Setup?

Coverity offers a free scanning service for free and open source projects (http://scan.coverity.com). I'm trying to configure …

c++ c code-analysis coverity
Detect Recursive calls in C# code

I want to find all recursive calls in my code. If I open file in Visual Studio, I get "Recursive …

c# visual-studio recursion resharper code-analysis
How to create a simple static call graph in Java?

I would like to generate a simple call graph in order to be able to analyze the flow of execution …

java eclipse code-analysis call-graph soot