Releases: pkupxl/ApiAnalysis
Releases · pkupxl/ApiAnalysis
first version
when we reuse APIs of a project, some apis may have changed when the project update to a new version.
we want to mine some useful information about the api changes.
The first version just implements a very simple function. Given the history data of the project ( the path of the .git directory) and the name of the api we want to investigate. It lists all the apis that have the same name in the same file in all previous released version.