MethodUpdateMiner
Tool that allows mining method changes in code Java projects by analyzing history of Git repositories.
Usage:
-
Path to the file containing absolute paths to the projects, which you want to process, separated with
\n
.Example:
dir1/project1/ dir2/project2/ dir3/project3/
-
Path to the directory where resulting files with code-comment samples would be written.
-
Path to .JSON file where the statistics on the collected data would be saved.
Example run:
./run_miner.sh projects.txt outputs/ stats.json