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 write code that returns whether or not a given integer is divisible evenly by 1 to 20, but I …
c# return code-analysisWhat tools are there available for static analysis against C# code? I know about FxCop and StyleCop. Are there others? …
c# code-analysis static-analysisIs there an static analysis tool for PHP source files? The binary itself can check for syntax errors, but I'm …
php code-analysis static-analysisI've got a Python project using PyDev in Eclipse, and PyDev keeps generating false errors for my code. I have …
python code-analysis pydevThe code looks like below: namespace Test { public interface IMyClass { List<IMyClass> GetList(); } public class MyClass : IMyClass { public …
c# .net collections code-analysisI have a binary file. I don't know how it's formatted, I only know it comes from a delphi code. …
binary reverse-engineering serialization code-analysisDo you have any sugestions of tools to ease the task of understanding C/C++ code? We just inherited a …
c++ c code-analysisIs there a lint-like tool for C#? I've got the compiler to flag warnings-as-errors, and I've got Stylecop, but these …
c# .net code-analysis lintDoes anyone know of a good, extensible source code analyzer that examines JavaScript files?
javascript code-analysisAfter upgrading my WinForms VS2013 project to VS2015, I started seeing the MSB3884 "Could not find rule set file" warning. …
c# msbuild visual-studio-2015 code-analysis