사업진행

[3차연도 정보통신대학원 세미나3] Source code differencing

작성자
고 라경
작성일
2022-05-20 11:32
조회
320
[3차연도 정보통신대학원 세미나3]


▶강사: 김진대 교수
▶제목: Source code differencing
▶초록
Source Code Differencing: Identifying Changes and Its Limitations

Source Code Differencing (SCD) techniques have been widely used in both academia and industry. We can easily recognize changed parts of code with the support of SCD tools integrated with version control systems. Many researchers also use these tools to identify changes to analyze development activities and recognize patterns, or even develop new techniques based on the results.


In this talk, we will discuss basic concepts and techniques to identify changes from two versions of source code. Topics include how to convert source code into other representations for comparison, techniques to identify differences from such representations, and what are the advantages and limitations of such techniques.