Software code fragment history tracing method
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- PEKING UNIV
- Publication Date
- 2019-12-03
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention belongs to the technical field of computer software, and relates to a method for tracing the history of software code fragments. Background technique
[0002] The code of a software project generally undergoes multiple revisions during its life cycle. In addition to the change of the code itself, a large number of Issue (defect information) and Commit (commit information) are also generated during this process. Understanding the change history information of software codes is of great significance to both software developers and software maintainers. However, the existing version control system (such as Git) can only support the history of code traced by the file as the basic unit. It will take a lot of time to filter and search information.
[0003] In order to solve the above problems, the researchers carried out the work related to the history tracing of code fragments. Typically, Francisco Servant proposes a fuzzy code history anal...