Posts Tagged ‘Sonar’

Sonar 2.1 has been released

The version 2.1 of Sonar has just been released. This version includes 51 bugfixes and improvements. The major new features are :

A new page “Librairies” displays all the librairies of the project (Maven dependencies)
A new page “Dependencies” searches for library usages
A new page “System Info” display the system properties, installed plugins, database and VM memory stats.
New rules to detect unused methods.

Normally, all the plugins …

First build of JTheque with Sonar 2.0

This week-end I updated the version of Sonar to the new version 2.0 and migrated it from Tomcat 5.5 to Tomcat 6.0. I waited until now for the plugins I use to be compatible. Now, all my plugins are compatible :

Motion Chart : An elegant chart demonstrating the evolutions of metrics build after build
Quality Index : Compute a quality index for each project based …

The version 2.0 of Sonar has been released

The developers of Sonar have just released the version 2.0 of Sonar.

Several major features :

Architecture analysis : The architecture of the projects are now analyzed. We can see a matrix of project dependencies and a list of dependencies to delete to improve architecture quality.
Object oriented analysis : New metrics for the quality of the object oriented conception.
Improvements of the user interface.

Only good stuff …