Detects smells and computes metrics of Java code
We use maven to develop and build this application with the help of Eclipse IDE and libraries. To create a runnable jar, got inside the directory where the repository is cloned and run:
mvn clean install
If you use Eclipse:
- open the project using Eclipse
- then right-click on the project name and select 'run as > maven install'
After the previous step is done:
- Open a commandline and then
cdinside the project folder.
cd target
- Build the jar
java -jar Designite-{some version}.jar {path where project lives}/DesigniteJava/tests/TestFiles/parameterTestInput.txt
- You should see a distinctive log without any errors
In a similar manner with the previous section but when but instead run the jar with custom argument