Abstract
Software build process translates source codes into executable programs, packages the programs, generates documents, and distributes products. In this paper, we perform an empirical study to characterize build process bugs. We analyze bugs in build process in 5 open-source systems under Apache namely CXF, Camel, Felix, Struts, and Tuscany. We compare build process bugs and other bugs across 3 different dimensions, i.e., bug severity, bug fix time, and the number of files modified to fix a bug. Our results show that the fraction of build process bugs which are above major severity level is lower than that of other bugs. However, the time effort required to fix a build process bug is around 2.03 times more than that of a non-build process bug, and the number of source files modified to fix a build process bug is around 2.34 times more than that modified for a non-build bug.
Original language | English |
---|---|
Title of host publication | Proceedings - The 29th Annual ACM Symposium on Applied Computing, SAC 2014 |
Subtitle of host publication | March 24 – 28, 2014, Gyeongju, Korea |
Editors | Chih-Cheng Hung , Jiman Hong |
Publisher | Association for Computing Machinery (ACM) |
Pages | 1187-1189 |
Number of pages | 3 |
ISBN (Print) | 9781450324694 |
DOIs | |
Publication status | Published - 2014 |
Externally published | Yes |
Event | ACM Symposium on Applied Computing 2014 - Gyeongju, Korea, South Duration: 24 Mar 2014 → 28 Mar 2014 Conference number: 29th http://www.sigapp.org/sac/sac2014/ https://dl.acm.org/doi/proceedings/10.1145/2554850 (Proceedings) |
Conference
Conference | ACM Symposium on Applied Computing 2014 |
---|---|
Abbreviated title | SAC 2014 |
Country/Territory | Korea, South |
City | Gyeongju |
Period | 24/03/14 → 28/03/14 |
Internet address |
Keywords
- Bugs
- Build Process
- Empirical Study