[Research Paper] Semantics-Based Code Search Using Input/Output Examples

Renhe Jiang,Zhengzhao Chen,Zejun Zhang,Yu Pei,Minxue Pan,Tian Zhang
DOI: https://doi.org/10.1109/scam.2018.00018
2018-01-01
Abstract:As the quality and quantity of open source code increase, semantics-based code search has become an emerging need for software developers to retrieve and reuse existing source code. We present an approach of semantics-based code search using input/output examples for the Java language. Our approach encodes Java methods in code repositories into path constraints via symbolic analysis and leverages SMT solvers to find the methods whose path constraints can satisfy the given input/output examples. Our approach extends the applicability of the semantics-based search technology to more general Java code compared with existing methods. To evaluate our approach, we encoded 1228 methods from GitHub and applied semantics-based code search on 35 queries extracted from Stack Overflow. Correct method code for 29 queries was obtained during the search and the average search time was just about 48 seconds.
What problem does this paper attempt to address?