Finding differences between arguments of methods
I used RepoDriller and JavaParser libraries to implement this tool.
-
Clone the repository
-
Navigate to the project root directory
-
Build a jar file
./gradlew fatjar
- Navigate to the lib folder
/project folder/build/libs
- Run a jar file
java -jar CodingTask-all-1.0.0.jar
Note: Results will be produced next to the jar file.
Warning: You should use a different folder for the cloning process in each run.
Download the jar file from the release tab and use it.
I have tested this tool with 4 repositories:
- My test repo
- Gson
- Retrofit
- Streamex