Studying the Evolution of Build Systems

 Distinguished thesis award 
Authors - Shane McIntosh
Venue - Queen's University, pp. 1-112, 2011

Related Tags - Theses 2011 build systems software evolution

Abstract - As a software project ages, its source code is improved by refining existing features, adding new ones, and fixing bugs. Software developers can attest that such changes often require accompanying changes to the infrastructure that converts source code into executable software packages, i.e., the build system. Intuition suggests that these build system changes slow down development progress by diverting developer focus away from making improvements to the source code.

While source code evolution and maintenance is studied extensively, there is little work that focuses on the build system. In this thesis, we empirically study the static and dynamic evolution of build system complexity in proprietary and open source projects. To help counter potential bias of the study, 13 projects with different sizes, domains, build technologies, and release strategies were selected for examination, including Eclipse, Linux, Mozilla, and JBoss.

We find that: (1) similar to Lehman's first law of software evolution, Java build system specifications tend to grow unless explicit effort is invested into restructuring them, (2) the build system accounts for up to 31% of the code files in a project, and (3) up to 27% of source code related development tasks require build maintenance. Project managers should include build maintenance effort of this magnitude in their project planning and budgeting estimations.

Preprint - PDF

Bibtex

@mastersthesis{mcintosh2011masters,
  Author = {Shane McIntosh},
  Title = {{Studying the Evolution of Build Systems}},
  Year = {2011},
  School = {Queen's University},
  Address = {557 Goodwin Hall, Kingston, ON, Canada},
  Month = {January}
}