I made a change in the blogger configuration to ease the later work when blogging. It is possible that older entries are not correctly formatted.

Tuesday 5 June 2012

Sonar - explore and improve your code

For a while now I have been using extensively the features of sonar.
For those who have never heard of sonar, it is a tool used to gather and present the results of different software quality tools, such as pmd,
cobertura.


Sonar provides for each project the following information:

  • lines of code
  • complexity
  • number of unit tests
  • ...