Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-analysis

How to install the VS2019 CodeAnalyis tools using vs_BuildTools.exe

Tool to find copy/pasted code? [closed]

c# .net code-analysis

How to validate a parameter's type in method when using Roslyn

c# code-analysis roslyn

What tools and techniques do you use to find dead code? [closed]

When to use `silent` code analysis severity?

Spaghetti code visualisation software? [closed]

How do I generate Emma code coverage reports using Ant?

ant code-analysis emma

Source code annotation tool [closed]

Should branches of code caused by short-circuiting be considered for code coverage?

Dart analyzer: Get type of initial value of a field

Viewing Code Coverage Results outside of Visual studio

Any alternative to Coverity on Jenkins? [closed]

Disable null reference warning when I've checked for nulls

unused functions detection utility for c

c code-analysis

Statistics from C++ source code [closed]

VS2013 Code Analysis Custom Dictionary Not Working

Code Analysis as Warning Locally but Error on TFS Build

Software to test C# code

Big Oh Notation and Calculating the Running Time for a Triple-Nested For-Loop