- Download or clone the repository.
- In IntelliJ, create a new project and choose
Create Project from Existing Sources.... Choose the cloned repository to improt all the file. - Ensure that this project is recognized as a Maven project inside IntelliJ.
- Run the Main java class in
/src/main/java/com/application/Main.java.
- Click File -> Select Method Definition log file.
- Click File -> Select Call Trace file.
- Click Run -> Run.
- If you want to start over, click Run -> Reset and redo steps 1 through 3 above.
Call Trace and Method Definition log files can be generated by using the shell script here