Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in static-analysis

Soot: Reload class after source-file changed

How to find out what implicit(s) are used in my scala code

How can I tell kotlin that a function doesn't return null if the parameter is not null?

gcc: how to detect bad `bool` usage

c gcc clang static-analysis

FORWARD_NULL after derefencing null?

Any ideas on how to write a static analysis rule (FXCop) to ensure that event delegates are removed

How to Suppress Gendarme Defects?

Strange Xcode Analyze results

How to specify methods to be skipped by Sonar when counting coverage?

Which static analysis tool to use for scanning data flow from one method to another?

Static code analyzers, detect code patterns

java static-analysis

What is the difference between static analysis and semantic analysis?

semantics static-analysis

CppCoreChecker C-Style cast warning when using range based for loop on vector

lint usages of functions with @deprecated decorator

Static Analysis tool for Linux kernel modules and device drivers

Pylint False Positive E1101: Instance of 'Popen' has no 'poll' member

What tools or process to use to statically analyse JSPs?

java jsp static-analysis

Is there a simpler way to run clippy on my build script?

List all exceptions that could be thrown by a method

Does prepared statement prevent SQL-Injection here