Abstract
In software projects, technical debt metaphor is used to describe the situation where developers and managers have to accept compromises in long-Term software quality to achieve short-Term goals. There are many types of technical debt, and self-Admitted technical debt (SATD) was proposed recently to consider debt that is introduced intentionally (e.g., through temporaryfi x) and admitted by developers themselves. Previous work has shown that SATD can be successfully detected using source code comments. However, most current state-of-The-Art approaches identify SATD comments through pattern matching, which achieve high precision but very low recall. That means they may miss many SATD comments and are not practical enough. In this paper, we propose SATD Detector, a tool that is able to (i) automatically detect SATD comments using text mining and (ii) highlight, list and manage detected comments in an integrated development environment (IDE). This tool consists of a Java library and an Eclipse plug-in. The Java library is the back-end, which provides command-line interfaces and Java APIs to re-Train the text mining model using users' data and automatically detect SATD comments using either the build-in model or a user-specified model. The Eclipse plug-in, which is the front-end, first leverages our pre-Trained composite classifier to detect SATD comments, and then highlights and marks these detected comments in the source code editor of Eclipse. In addition, the Eclipse plug-in provides a view in IDE which collects all detected comments for management.
Original language | English |
---|---|
Title of host publication | Proceedings - 2018 ACM/IEEE 40th International Conference on Software Engineering: Companion Proceeedings |
Subtitle of host publication | ICSE-Companion 2018 |
Editors | Ivica Crnkovic |
Place of Publication | New York NY USA |
Publisher | IEEE, Institute of Electrical and Electronics Engineers |
Pages | 9-12 |
Number of pages | 4 |
ISBN (Electronic) | 9781450356633 |
DOIs | |
Publication status | Published - 2018 |
Event | International Conference on Software Engineering 2018 - Gothenburg, Sweden Duration: 27 May 2018 → 3 Jun 2018 Conference number: 40th https://www.icse2018.org/ https://ieeexplore.ieee.org/xpl/conhome/8452039/proceeding (Proceedings) |
Conference
Conference | International Conference on Software Engineering 2018 |
---|---|
Abbreviated title | ICSE 2018 |
Country/Territory | Sweden |
City | Gothenburg |
Period | 27/05/18 → 3/06/18 |
Internet address |
Keywords
- Eclipse plug-in
- SATD detection
- Self-Admitted technical debt