Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in static-analysis

.NET Static Analysis -- Guaranteed calls to functions in a program

c# static-analysis

Checking whether a cross-cast could possibly work?

IntelliJ Idea: How to automatically remove commented out code?

What form of alias analysis does Visual C++ use?

Are there code metrics that will cover variable scoping

Clang Static Analyzer doesn't find the most basic problems

List of FindBugs 2.0 bugs by rank?

Is static code verification for potential null object references available?

c# .net-3.5 static-analysis

Flow: is not a polymorphic type

How to find unused attributes/methods in Visual C++ 2008

How good idea is it to use code contracts in Visual Studio 2010 Professional (ie. no static checking) for class libraries?

Detect pointer arithmetics because of LARGEADDRESSAWARE

C# Static Analysis, possible values for a variable/parameter

Is there tool for .Net/C# to capture *run-time* dependencies between classes?

Should static analysis warnings fail the CI build?

Removing useless lines from c++ file

Static code analysis for new language. Where to start? [closed]