layout | title | css | |
---|---|---|---|
page |
ARPfix Benchmark Results |
|
Link to ARPfix benchmark: https://github.com/aper-project/arpfix-benchmark
Link to Aper executable: APER tool
Link to Lint source code: com/android/tools/lint/checks/PermissionDetector.kt
Link to ARPDroid repository: https://bitbucket.org/malindadoo/arpdroid/src/develop/
Link to RevDroid repository: https://github.com/letitb/revdroid
We compare the tools by their:
-
True positive (
$$TP$$ ): numbers of buggy versions that have warnings -
True negative (
$$TN$$ ): numbers of patched versions that have no warnings -
False positive (
$$FP$$ ): numbers of patched versions that have warnings -
False negative (
$$FN$$ ): numbers of buggy versions that have no warnings
The evaluation metrics:
$$F_1\ score=\frac{2PrecisionRecall}{Precision+Recall}$$
{% include benchmarkstype-1.html %}
{% include benchmarkstype-2.html %}