This is an archive of the old software engineering chair at Saarland University. It is no longer up-to-date.

The Impact of Tangled Code Changes - MSR 2013
by Kim Herzig, Andreas Zeller

Proceedings of the 10th International Workshop on Mining Software Repositories, Pages 121-130, May 2013.

Download as PDF file.

Abstract

When interacting with version control systems, developers often commit unrelated or loosely related code changes in a single transaction. When analyzing the version history, such tangled changes will make all changes to all modules appear related, possibly compromising the resulting analyses through noise and bias. In an investigation of five open-source JAVA projects, we found up to 15% of all bug fixes to consist of multiple tangled changes. Using a multi-predictor approach to untangle changes, we show that on average at least 16.6% of all source files are incorrectly associated with bug reports. We recommend better change organization to limit the impact of tangled changes.

BibTeX Entry

@inproceedings{herzig-msr-2013,
    title = "The Impact of Tangled Code Changes",
    author = "Kim Herzig and Andreas Zeller",
    year = "2013",
    month = may,
    booktitle = "Proceedings of the 10th International Workshop on Mining Software Repositories",
    location = "San Francisco, CA, USA",
    pages = "121--130",
}

Show all publications of the Software Engineering Chair.