Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in static-analysis

How I can find all unused import programmatically?

What static analyzers do you make a point of running on Java code, and why?

java static-analysis

Find out if one method could call another

java static-analysis

How to run Spotbugs via Maven?

PHPStan: Property with generic class does not specify its types: TKey, T

Intellij (or other) - Possible to see a graph/tree of all calls made in Java?

Discover NullPointerException bugs using FindBugs

Any alternatives to the .Net 4 Code Contracts static analyser?

Collection Contracts and Threading

Python: statically detect unhandled exceptions

Passing a list as a url value to urlopen

How to generate program dependence graph for C program?

c graph static-analysis

Is there a @NonNullByDefault annotation in IDEA?

C++ How to warning about difference between argument names in function declaration and definition

c++ static-analysis

Cppcheck GUI: Excluding a file or folder from checking

How to find potential unchecked exceptions in Java?

Function prototype in header file doesn't match definition, how to catch this?

How can I do a check of the signal/slot connect's during compilation?