See SONAR-1276 : The setup form is not available in the homepage anymore. Administrators must explicitly browse to http://<server>/setup.
New rules (not activated in default Quality profiles) :
If some of the following rules are activated in your quality profiles, then you have to manually deactivate them :
See SONAR-1343 : Findbugs has now its own parameter to define the max memory heap size. It is not executed in the Maven process anymore. The parameter is "sonar.findbugs.maxHeap", the default value is 512 (Mo) and it can be defined online in Sonar settings.
See SONAR-1327 : the complexity distribution by class was badly calculated. It now covers all classes, but not only public classes.
The version of the Cobertura Maven plugin can be overridden. Default value is 2.3. The new version must be set in the definition of the cobertura plugin in pom.xml.
See SONAR-1364 to log all HTTP requests to Sonar server. This feature is deactivated by default and is ignored when Sonar is deployed to a JEE server.
The main functionality of Sonar 2.0 is about byte code analysis to report on design and architecture. It is however possible to not activate this new feature by using the advanced parameter
-Dsonar.skipDesign=true |
or through the UI.