Abstract
Code snippets are prevalent on websites such as Stack Overflow and are effective in demonstrating API usages concisely. However they are usually difficult to be used directly because most code snippets not only are syntactically incomplete but also lack dependency information, and thus do not compile. For example, Java snippets usually do not have import statements or required library names; only 6.88% of Java snippets on Stack Overflow include import statements necessary for compilation. This paper proposes SnR, a precise, efficient, constraint-based technique to automatically infer the exact types used in code snippets and the libraries containing the inferred types, to compile and therefore reuse the code snippets. Initially, SnR builds a knowledge base of APIs, i.e., various facts about the available APIs, from a corpus of Java libraries. Given a code snippet with missing import statements, SnR automatically extracts typing constraints from the snippet, solves the constraints against the knowledge base, and returns a set of APIs that satisfies the constraints to be imported into the snippet. We have evaluated SnR on a benchmark of 267 code snippets from Stack Overflow. SnR significantly outperforms the state-of-the-art tool Coster. SnR correctly infers 91.0% of the import statements, which makes 73.8% of the snippets compile, compared to 36.0% of the import statements and 9.0% of the snippets by Coster.
| Original language | English |
|---|---|
| Title of host publication | Proceedings - 2022 ACM/IEEE 44th International Conference on Software Engineering, ICSE 2022 |
| Editors | Daniela Damian, Andreas Zeller |
| Place of Publication | New York NY USA |
| Publisher | Association for Computing Machinery (ACM) |
| Pages | 1982-1993 |
| Number of pages | 12 |
| ISBN (Electronic) | 9781450392211 |
| DOIs | |
| Publication status | Published - 2022 |
| Externally published | Yes |
| Event | International Conference on Software Engineering 2022: Software Engineering in Society - Pittsburgh, United States of America Duration: 22 May 2022 → 27 May 2022 Conference number: 44th https://ieeexplore.ieee.org/xpl/conhome/9793840/proceeding (Proceedings) https://conf.researchr.org/home/icse-2022 (Website) |
Publication series
| Name | Proceedings - International Conference on Software Engineering |
|---|---|
| Publisher | Association for Computing Machinery (ACM) |
| Volume | 2022-May |
| ISSN (Print) | 0270-5257 |
Conference
| Conference | International Conference on Software Engineering 2022 |
|---|---|
| Abbreviated title | ICSE-SEIS 2022 |
| Country/Territory | United States of America |
| City | Pittsburgh |
| Period | 22/05/22 → 27/05/22 |
| Internet address |
Keywords
- automated repair
- constraint satisfaction
- datalog
- type inference
Cite this
- APA
- Author
- BIBTEX
- Harvard
- Standard
- RIS
- Vancouver