Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-analysis

Automated computation of algorithm time complexity for terminating algorithms

How to let Code Analysis pick up that an argument was validated in called method

c# code-analysis

Test case for Insertion Sort, MergeSort and Quick Sort

Some files not analyzed by Sonar "Invalid character encountered in file"

How can the [UsedImplicitly] attribute be used on a namespace level?

resharper code-analysis

How do I ignore JAVA tests in Coverity Connect analysis result?

PHP code analyzer to determine classes/extensions used

Is there a way to pass data (other than through the property bag) between an analyzer and a code fix provider in Roslyn?

c# code-analysis roslyn

How to fix CA2225 (OperatorOverloadsHaveNamedAlternates) when using generic class

Can I make custom matlab code-analyser warnings?

matlab code-analysis

How to speed up sonarqube analysis job?

Analysing FxCop / Code Analysis warning CA1506: AvoidExcessiveClassCoupling

c# code-analysis fxcop

.NET Portability Warning: CA1901 PInvoke Declarations Should Be Portable

Big-O running time of various search algorithms [closed]

Sonarqube is not registering any c# issues

Selectively disable C++ Core Guidelines Checker for third party libraries

Can SonarQube be used as a Static Application Security Testing (SAST) tool?

C++/CLI: CA2123: Requires SecurityCriticalAttribute?

Converting BCI (bytecode indices) to source code line numbers

Why does Bitmap cause rule CA2000, but Image does not?