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.
Martino Luca
f8a65e698c
Add differential and filtering functionalities to Infer, to compare two analyses
...
Summary:
Given two analysis results, it's now possible to compare them with the following command:
infer --diff --report-current reportA.json --report-previous reportB.json --file-renamings file_renamings.json
this command will then generate 3 files in `infer-out/differential/{introduced, fixed, preexisting}.json`, whose meaning is the following:
- `introduced.json` has all issues in `current` that are not in `previous`
- `fixed.json` has all issues in `previous` that are not in `current`
- `preexisting.json` has all issues that are in both `current` and `previous`
The json files generated can then be used to categorise results coming from incremental analyses of a codebase.
Reviewed By: jvillard
Differential Revision: D4482517
fbshipit-source-id: 1f7df3e
8 years ago
..
ant
[infer][tests] cleanup of the Cursor NPE test file
8 years ago
assembly
[tests] record summary of bug traces
8 years ago
buck
[infer][tests] cleanup of the Cursor NPE test file
8 years ago
ck_analytics
[tests] port ck analytics test to a Makefile
8 years ago
ck_imports
[tests] port ck imports test to a Makefile
8 years ago
clang_compilation_db
[clang] options rename: --compilation-database -> --buck-compilation-database, --clang-compilation-db-files -> --compilation-database
8 years ago
clang_compilation_db_escaped
[clang] options rename: --compilation-database -> --buck-compilation-database, --clang-compilation-db-files -> --compilation-database
8 years ago
clang_compilation_db_relpath
[clang] options rename: --compilation-database -> --buck-compilation-database, --clang-compilation-db-files -> --compilation-database
8 years ago
clang_multiple_files
[tests] convert clang multiple files test to Makefile
8 years ago
clang_translation
[make] make frontend tests more functional
8 years ago
clang_unknown_ext
[tests] convert unknown ext test to Makefile
8 years ago
cmake
[DB] return resolved path when path cannot be made relative
8 years ago
codetoanalyze
[infer][PR] [mvn] Handle recursive modules
8 years ago
delete_results_dir
[tests] port delete infer-out test to a Makefile
8 years ago
differential_resolve_infer_eradicate_conflict
Add differential and filtering functionalities to Infer, to compare two analyses
8 years ago
differential_skip_anonymous_class_renamings
Add differential and filtering functionalities to Infer, to compare two analyses
8 years ago
differential_skip_duplicated_types_on_filenames
Add differential and filtering functionalities to Infer, to compare two analyses
8 years ago
differential_skip_duplicated_types_on_filenames_with_renamings
Add differential and filtering functionalities to Infer, to compare two analyses
8 years ago
fail_on_issue
[tests] run "diff" from infer/tests
8 years ago
genrule
Revert "[infer][tests] use Buck target output instead of hard copies of the paths under buck-out"
8 years ago
gradle
Use natural order on hpred, optionally ignoring instrumentation
8 years ago
j1
register checkers in monocore mode
8 years ago
javac
[tests] move javac test to a Makefile
8 years ago
linters
[cli] warn about deprecated options, clean up infer repo
8 years ago
make
[tests] move make test to a Makefile
8 years ago
mock
add mock gradle for e2e test
9 years ago
mvn
[infer][PR] [mvn] Handle recursive modules
8 years ago
ndk_build
[tests] convert ndk-build test to Makefile
8 years ago
preprocessed
[DB] Don't fail hard when realpath fails
8 years ago
project_root_rel
[DB] Use realpath when calling source_file_from_abs_path
8 years ago
reactive
[tests] make sure we delete infer-out at the start of the reactive test
8 years ago
results_xml
[tests] convert pmd-xml test to Makefile
8 years ago
run_hidden_linters
[CTL] Filter linters through a visibility flag
8 years ago
utf8_in_procname
[python] more UTF-8 fun
8 years ago
utf8_in_pwd
Avoid race between cmake and utf8_in_pwd tests
8 years ago
waf
[tests] convert waf test to Makefile
8 years ago
xcodebuild
[ios] Fix xcodebuild integration with xcpretty, add test.
8 years ago
xcodebuild_no_xcpretty
[ios] Fix xcodebuild integration with xcpretty, add test.
8 years ago