AutoComment: Mining question and answer sites for automatic comment generation
Citations Over TimeTop 1% of 2013 papers
Abstract
Code comments improve software maintainability. To address the comment scarcity issue, we propose a new automatic comment generation approach, which mines comments from a large programming Question and Answer (Q&A) site. Q&A sites allow programmers to post questions and receive solutions, which contain code segments together with their descriptions, referred to as code-description mappings.We develop AutoComment to extract such mappings, and leverage them to generate description comments automatically for similar code segments matched in open-source projects. We apply AutoComment to analyze Java and Android tagged Q&A posts to extract 132,767 code-description mappings, which help AutoComment to generate 102 comments automatically for 23 Java and Android projects. The user study results show that the majority of the participants consider the generated comments accurate, adequate, concise, and useful in helping them understand the code.
Related Papers
- → Automatically Recommending Peer Reviewers in Modern Code Review(2015)172 cited
- → How Maintainability Issues of Android Apps Evolve(2018)26 cited
- → A Drill-Down Approach for Measuring Maintainability at Source Code Element Level(2013)18 cited
- → A New Dataset for Source Code Comment Coherence(2016)4 cited
- → Source-To-Source Analysis with SATIrE - an Example Revisited(2008)9 cited