You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jules Villard
b964f6ab74
[CLI] options to unset default checkers and to print active checkers
Summary:
Demo:
```
$ infer -a checkers --print-active-checkers
Found 1 source file to analyze in /home/jul/infer/infer-out
Active checkers: annotation reachability, fragment retains view, immutable cast, printf args, quandary, SIOF, thread safety
Starting analysis...
[...]
$ infer -a checkers --print-active-checkers --no-default-checkers
Found 1 source file to analyze in /home/jul/infer/infer-out
Active checkers: none
[...]
$ infer -a checkers --print-active-checkers --no-default-checkers --bufferoverrun
Found 1 source file to analyze in /home/jul/infer/infer-out
Active checkers: buffer overrun
[...]
$ infer -a checkers --print-active-checkers --no-default-checkers --bufferoverrun --default-checkers --biabduction --no-siof
Found 1 source file to analyze in /home/jul/infer/infer-out
Active checkers: annotation reachability, biabduction, buffer overrun, fragment retains view, immutable cast, printf args, quandary, thread safety
[...]
```
Reviewed By: jeremydubreil
Differential Revision: D5095657
fbshipit-source-id: 8043b00
|
8 years ago |
.. |
BranchingCallsExample.java
|
Output the callee sumaries of -a crashcontext to per-method files.
|
8 years ago |
BranchingCallsExample.stacktrace.json
|
Output the callee sumaries of -a crashcontext to per-method files.
|
8 years ago |
Makefile
|
[tests] awesomize make output
|
8 years ago |
MethodNameClashExample.java
|
Match classname for stackframes in crashcontext checker.
|
8 years ago |
MethodNameClashExample.stacktrace.json
|
Match classname for stackframes in crashcontext checker.
|
8 years ago |
MinimalCrashExample.java
|
Implement '-a crashcontext' and '-st trace' options to invoke BoundedCallTree.ml from the command line.
|
8 years ago |
MinimalCrashExample.stacktrace.json
|
Crashbot results stitching and end-to-end testing.
|
8 years ago |
MultiStackFrameCrashExample.java
|
Output the callee sumaries of -a crashcontext to per-method files.
|
8 years ago |
MultiStackFrameCrashExample.stacktrace.json
|
Output the callee sumaries of -a crashcontext to per-method files.
|
8 years ago |
NativeMethodExample.java
|
CI Tests for crashcontext handling of native methods
|
8 years ago |
NativeMethodExample.stacktrace.json
|
CI Tests for crashcontext handling of native methods
|
8 years ago |
issues.exp
|
[CLI] options to unset default checkers and to print active checkers
|
8 years ago |