Rule-directed code clone synchronization | IEEE Conference Publication | IEEE Xplore

Rule-directed code clone synchronization


Abstract:

Code clones are prevalent in software systems due to many factors in software development. Detecting code clones and managing consistency between them along code evolutio...Show More

Abstract:

Code clones are prevalent in software systems due to many factors in software development. Detecting code clones and managing consistency between them along code evolution can be very useful for reducing clone-related bugs and maintenance costs. Despite some early attempts at detecting code clones and managing the consistency between them, the state-of-the-art tool can only handle simple code clones whose structures are identical or quite similar. However, existing empirical studies show that clones can have quite different structures with their evolution, which can easily go beyond the capability of the state-of-the-art tool. In this paper, we propose CCSync, a novel, rule-directed approach, which paves the structure differences between the code clones and synchronizes them even when code clones become quite different in their structures. The key steps of this approach are, given two code clones, to (1) extract a synchronization rule from the relationship between the clones, and (2) once one code fragment is updated, propagate the modifications to the other following the synchronization rule. We have implemented a tool for CCSync and evaluated its effectiveness on five Java projects. Our results shows that there are many code clones suitable for synchronization, and our tool achieves precisions of up to 92% and recalls of up to 84%. In particular, more than 76% of our generated revisions are identical with manual revisions.
Date of Conference: 16-17 May 2016
Date Added to IEEE Xplore: 07 July 2016
Electronic ISBN:978-1-5090-1428-6
Conference Location: Austin, TX

Contact IEEE to Subscribe

References

References is not available for this document.