]> source.dussan.org Git - sonarqube.git/commit
SONAR-1928 Extract widgets from the hotspots page
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 13 Oct 2011 16:15:54 +0000 (18:15 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 13 Oct 2011 16:18:28 +0000 (18:18 +0200)
commit480885cebde277101d7f4f0e5e00b76dc5734ad6
treeabf57baf3bb477a8f5e277e71ebf2a28b972b802
parent4e549769e27bf9dcb08aeb52d8b407a8f414a396
SONAR-1928 Extract widgets from the hotspots page

This commit includes:
- SONAR-2070: new widget for most violated rules
- SONAR-2071: new widget for most violated resources
- SONAR-2902: new metric hotspot widget
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/HotspotMetricWidget.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/HotspotMostViolatedResourcesWidget.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/HotspotMostViolatedRulesWidget.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspot_metric.html.erb [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspot_most_violated_resources.html.erb [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspot_most_violated_rules.html.erb [new file with mode: 0644]
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/stylesheets/style.css