Using origin analysis to detect merging and splitting of source code entities

Authors: Michael W. Godfrey L. Zou

Venue: TSE   IEEE Transactions on Software Engineering, Vol. 31, No. 2, pp. 166-181, 2005

Year: 2005

Abstract: Merging and splitting source code entities is a common activity during the lifespan of a software system; as developers rethink the essential structure of a system or plan for a new evolutionary direction, so must they be able to reorganize the design artifacts at various abstraction levels as seems appropriate. However, while the raw effects of such changes may be plainly evident in the new artifacts, the original context of the design changes is often lost. That is, it may be obvious which characters of which files have changed, but it may not be obvious where or why moving, renaming, merging, and/or splitting of design elements has occurred. In this paper, we discuss how we have extended origin analysis (Q. Tu et al., 2002), (M.W. Godfrey et al., 2002) to aid in the detection of merging and splitting of files and functions in procedural code; in particular, we show how reasoning about how call relationships have changed can aid a developer in locating where merges and splits have occurred, thereby helping to recover some information about the context of the design change. We also describe a case study of these techniques (as implemented in the Beagle tool) using the PostgreSQL database system as the subject.

BibTeX:

@article{michaelw.godfrey2005uoatdmasosce,
    author = "Michael W. Godfrey and L. Zou",
    title = "Using origin analysis to detect merging and splitting of source code entities",
    year = "2005",
    pages = "166-181",
    journal = "IEEE Transactions on Software Engineering",
    volume = "31",
    number = "2"
}

Plain Text:

Michael W. Godfrey and L. Zou, "Using origin analysis to detect merging and splitting of source code entities," IEEE Transactions on Software Engineering, pp. 166-181