Abstract
Modern software development relies on the reuse of code via Application Programming Interfaces (APIs). Such reuse relieves developers from learning and developing established algorithms and data structures anew, enabling them to focus on their problem at hand. However, there is also the risk of misusing an API due to a lack of understanding or proper documentation. While many techniques target API misuse detection, only limited efforts have been put into automatically repairing API misuses. In this paper, we present our advances on our technique API-Specific Automated Program Repair (ASAP-Repair). ASAP-Repair is intended to fix API misuses based on API Usage Graphs (AUGs) by leveraging API usage templates of state-of-the-art API misuse detectors. We demonstrate that ASAP-Repair is in principle applicable on an established API misuse dataset. Moreover, we discuss next steps and challenges to evolve ASAP-Repair towards a full-fledged Automatic Program Repair (APR) technique.
Original language | English |
---|---|
Title of host publication | APR '24 |
Subtitle of host publication | Proceedings of the 5th ACM/IEEE International Workshop on Automated Program Repair |
Publisher | Association for Computing Machinery, Inc |
Number of pages | 4 |
ISBN (Electronic) | 979-8-4007-0577-9 |
DOIs | |
Publication status | Published - 11 Sept 2024 |
Event | 5th ACM/IEEE International Workshop on Automated Program Repair, APR 2024 - Lisbon, Portugal Duration: 20 Apr 2024 → 20 Apr 2024 |
Conference
Conference | 5th ACM/IEEE International Workshop on Automated Program Repair, APR 2024 |
---|---|
Abbreviated title | APR 2024 |
Country/Territory | Portugal |
City | Lisbon |
Period | 20/04/24 → 20/04/24 |
Keywords
- API Misuses
- API Usage Graphs
- Automated Program Repair