Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-analysis

How to fix the following PMD violations

Excluding Code Analysis rule in source

CA2213 warning when using ?. (null-conditional Operator) to call Dispose

How to get rid of CA2000 warning when ownership is transferred?

CA1026 (all parameters should have default values) and extension methods

How to detect code change frequency?

code-analysis

Identifying dependencies of R functions and scripts

Automated docstring and comments spell check

Finding all references to a method with Roslyn

The "Why" behind PMD's rules

pmd java code-analysis

SVN analysis tool

svn code-analysis

How to disable warnings in only one project?

C# Call Graph Generation Tool

What tools do you use for static code analysis? [closed]

code-analysis

What is a "naive" algorithm, and what is a "closed - form" solution?

algorithm code-analysis

generic code duplication detection tool [closed]

CA1001 implement IDisposable on async method

Tools for generating Haskell function dependency (control flow) graph?

How to analyze binary file?

Enabling Microsoft's Code Analysis on .NET Core Projects