Characterizing and Mitigating Self-Admitted Technical Debt in Build Systems

Authors - Tao Xiao, Dong Wang, Shane McIntosh, Hideaki Hata, Raula Gaikovina Kula, Takashi Ishio, Kenichi Matsumoto
Venue - IEEE Transactions on Software Engineering, Vol. 48, No. 10, pp. 4214–4228, 2022

Related Tags - TSE 2022 build systems software quality anti-patterns

Abstract - Technical Debt is a metaphor used to describe the situation in which long-term software artifact quality is traded for short-term goals in software projects. In recent years, the concept of self-admitted technical debt (SATD) was proposed, which focuses on debt that is intentionally introduced and described by developers. Although prior work has made important observations about admitted technical debt in source code, little is known about SATD in build systems. In this paper, we set out to better understand the characteristics of SATD in build systems. To do so, through a qualitative analysis of 500 SATD comments in the Maven build system of 291 projects, we characterize SATD by location and rationale (reason and purpose). Our results show that limitations in tools and libraries, and complexities of dependency management are the most frequent causes, accounting for 50% and 24% of the comments. We also find that developers often document SATD as issues to be fixed later. As a first step towards the automatic detection of SATD rationale, we train classifiers to detect the two most frequently occurring reasons and the four most frequently occurring purposes of SATD in the content of comments in Maven build systems. The classifier performance is promising, achieving an F1-score of 0.71–0.79. Finally, within 16 identified ‘ready-to-be-addressed’ SATD instances, the three SATD submitted by pull requests and the five SATD submitted by issue reports were resolved after developers were made aware. Our work presents the first step towards understanding technical debt in build systems and opens up avenues for future work, such as tool support to track and manage SATD backlogs.

Preprint - PDF

Bibtex

@article{xiao2022tse,
  Author = {Tao Xiao and Dong Wang and Shane McIntosh and Hideaki Hata and Raula Gaikovina Kula and Takashi Ishio and Kenichi Matsumoto},
  Title = {{Characterizing and Mitigating Self-Admitted Technical Debt in Build Systems}},
  Year = {2022},
  Journal = {IEEE Transactions on Software Engineering},
  Volume = {48},
  Number = {10},
  Pages = {4214–4228}
}