Specifying and Detecting Behavioral Changes in Source Code Using Abstract Syntax Tree Differencing

Yuankui Li,Linzhang Wang
DOI: https://doi.org/10.1007/978-3-642-35795-4_59
2013-01-01
Abstract:During the development of a software, its source code is continuously being modified. Even after the deployment, the maintenance work still involves changing the source code. Some of the modification performed on the source code is rather meaningless, while others might cause some critical behavioral changes. To help understand the modification, we can distinguish the behavioral changes and ease the tedious work. Our approach focuses on eliminating two kinds of changes: the unessential changes and the behavioral-unrelated changes, to achieve a better change detection result. © Springer-Verlag Berlin Heidelberg 2013.
What problem does this paper attempt to address?