Code Analysis is the process of analyzing the code of the application to discover, review, validate or verify certain properties of the application.
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.codeanalysisI 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-analysisI 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-analysisI 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-graphCoverity offers a free scanning service for free and open source projects (http://scan.coverity.com). I'm trying to configure …
c++ c code-analysis coverityI 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-analysisI 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