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

Predicting faults from cached history - ISEC 2008
by Sunghun Kim, Thomas Zimmermann, E. James Whitehead, Andreas Zeller

Proceedings of the 1st conference on India software engineering conference, Pages 15-16, Hyderabad, India, February 2008.

Digital Library via DOI: 10.1145/1342211.1342216

Abstract

We analyze the version history of 7 software systems to predict the most fault prone entities and files. The basic assumption is that faults do not occur in isolation, but rather in bursts of several related faults. Therefore, we cache locations that are likely to have faults: starting from the location of a known (fixed) fault, we cache the location itself, any locations changed together with the fault, recently added locations, and recently changed locations. By consulting the cache at the moment a fault is fixed, a developer can detect likely fault-prone locations. This is useful for prioritizing verification and validation resources on the most fault prone files or entities. In our evaluation of seven open source projects with more than 200,000 revisions, the cache selects 10% of the source code files; these files account for 73%-95% of faults--a significant advance beyond the state of the art

BibTeX Entry

@inproceedings{kim-isec-2008,
    title = "Predicting faults from cached history",
    author = "Sunghun Kim and Thomas Zimmermann and E. James Whitehead and Andreas Zeller",
    year = "2008",
    month = feb,
    address = "Hyderabad, India",
    booktitle = "Proceedings of the 1st conference on India software engineering conference",
    pages = "15--16",
    doi = "10.1145/1342211.1342216",
}

Show all publications of the Software Engineering Chair.