Question: Coding Task Definitionplement a program that mines the history of a given Java GitHub code repository. The program analyses all the commits in that repository

Coding Task
Definitionplement a program that mines the history of a given Java GitHub code repository. The program analyses all the commits in that repository and finds commits that have added a parameter to an existing method. For example, assume you have a method test(int x) in a Java file. If a commit changed this method to be test(int x, int y) then this commit added a parameter to this function.
Given a repository, your output should be a CSV file with columns "Commit SHA, Java File, Old function signature, New function signature" that lists all the commits that have added parameters.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!