PROPR: Property-Based Automatic Program Repair

7Citations
Citations of this article
21Readers
Mendeley users who have this article in their library.
Get full text

Abstract

Automatic program repair (APR) regularly faces the challenge of overfitting patches - patches that pass the test suite, but do not actually address the problems when evaluated manually. Currently, overfit detection requires manual inspection or an oracle making quality control of APR an expensive task. With this work, we want to introduce properties in addition to unit tests for APR to address the problem of overfitting. To that end, we design and implement PROPR, a program repair tool for Haskell that leverages both property-based testing (via QuickCheck) and the rich type sys-tem and synthesis offered by the Haskell compiler. We compare the repair-ratio, time-to-first-patch and overfitting-ratio when using unit tests, property-based tests, and their combination. Our results show that properties lead to quicker results and have a lower overfit ratio than unit tests. The created overfit patches provide valuable insight into the underlying problems of the program to repair (e.g., in terms of fault localization or test quality). We consider this step towards fitter, or at least insightful, patches a critical contribution to bring APR into developer workflows.

Cite

CITATION STYLE

APA

Gissurarson, M. P., Applis, L., Panichella, A., Van Deursen, A., & Sands, D. (2022). PROPR: Property-Based Automatic Program Repair. In Proceedings - International Conference on Software Engineering (Vol. 2022-May, pp. 1768–1780). IEEE Computer Society. https://doi.org/10.1145/3510003.3510620

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free