Metrics is a Java application written for the RW344 Group Project at Stellenbosch University. It performs development history as well as static and dynamic code analysis generating metrics and from there information for visually highlighting the results.
It depends on the GitHub Java API Implementation and the Google-Json Library.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- Open the directory by importing it as the source of a new IntelliJ project.
- Main class to run
RunMetrics
- JUnit4 Tests are located in the
tests
folder.
- Nothing yet.