-
Notifications
You must be signed in to change notification settings - Fork 1
Sonar
RasGrass edited this page May 20, 2015
·
2 revisions
Sonar is a very specialized tool for analyzing code quality. It performs various tests measuring our project with multiple metrics.
Sonar is located on port 9000 (http://178.62.94.114:9000/)
Code analysis can be started using jenkins job. It's analyzing only things related to Java.
Sample analysis report can be found here: http://178.62.94.114:9000/dashboard/index?id=com.Cabbza
Issues: http://178.62.94.114:9000/issues/search#resolved=false
Resolving such issues is a great way to learn good coding practices.