Details
Description
I installed Sonar and run the mvn command on my open source project (http://vigilog.sf.net). When I try to look at the Rules Breakdown, I get this:
ActiveRecord::StatementInvalid in RulesController#breakdown ArgumentError: Syntax error: Encountered "NULL" at line 1, column 192.: SELECT * FROM project_measures WHERE (project_measures.rules_category_id IS NULL AND project_measures.rule_id IS NULL AND project_measures.metric_id = 23 AND project_measures.snapshot_id IN (NULL)) ORDER BY value desc
Easy response, your project works on our server : http://sonar-demo.hortis.ch/project/dashboard/1752 ;o)
Do you have coding rules measures on the dashboard (for example total 89.7 %) ?
If you upgraded from 1.0.2 to 1.1, are your measures generated with the old version ?
Thanks for your feedback.