Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-analysis

Dynamic code analysis for C++

c++ code-analysis

Should I suppress CA1062: Validate arguments of public methods?

VS2010 code analysis. Suppress message CA1051:DoNotDeclareVisibleInstanceFields for all class members

C# Code Analysis dislikes protected static s_Foo (CA1709, CA1707)

C++ function call routes resolver

c++ windows code-analysis

Need to analyze C# code to find unreferenced classes

c# code-analysis

Should I suppress CA2204: Literals should be spelled correctly?

What is causing 'CA2202: Do not dispose objects multiple times' in this code and how can I refactor?

Find event dispatch thread violations

Scanning Ruby on Rails Projects with SonarQube

Any alternatives for code analysis in .net apart from FxCop?

c# .net code-analysis fxcop

Splint Code Analyzers for C [closed]

c code-analysis splint

FindBugs - Redundant Comparison to null

java code-analysis findbugs

What is the ampersand-equals operator used for in Java?

Is there a way to figure out the top callers of a C function?

Perl Challenge - Directory Iterator

perl code-analysis

Does Code Analysis support defining two languages for mixed language Spell Checking?

CA2000 and Dependency Injection