Inferring Program Transformations From Singular Examples via Big Code.

ASE(2019)

引用 70|浏览102
暂无评分
摘要
Inferring program transformations from concrete program changes has many potential uses, such as applying systematic program edits, refactoring, and automated program repair. Existing work for inferring program transformations usually rely on statistical information over a potentially large set of program-change examples. However, in many practical scenarios we do not have such a large set of program-change examples. In this paper, we address the challenge of inferring a program transformation from one single example. Our core insight is that "big code" can provide effective guide for the generalization of a concrete change into a program transformation, i.e., code elements appearing in many files are general and should not be abstracted away. We first propose a framework for transformation inference, where programs are represented as hypergraphs to enable fine-grained generalization of transformations. We then design a transformation inference approach, GenPat, that infers a program transformation based on code context and statistics from a big code corpus. We have evaluated GenPat under two distinct application scenarios, systematic editing and program repair. The evaluation on systematic editing shows that GenPat significantly outperforms a state-of-the-art approach, Sydit, with up to 5.5x correctly transformed cases. The evaluation on program repair suggests that GenPat has the potential to be integrated in advanced program repair tools - GenPat successfully repaired 19 real-world bugs in the Defects4J benchmark by simply applying transformations inferred from existing patches, where 4 bugs have never been repaired by any existing technique. Overall, the evaluation results suggest that GenPat is effective for transformation inference and can potentially be adopted for many different applications.
更多
查看译文
关键词
Pattern generation, Program adaptation, Code abstraction
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要