Usage, Installation and Configuration
- Install from Update Center or download the JAR into the directory /extensions/plugins/
- Restart Sonar.
Set the SCM URL of your project (see SCM URL Format): sonar.scm-stats.url properties. For Maven projects this is automatically discovered if it's already set in pom.xml
- Launch a new quality analysis and the metrics will be fed.
Description / Features
The plugin computes and feds Sonar with two new metrics : Commits / User and Commits / Clock Hour. Two project widgets ( under the category ) display these metrics using graphical representations.
The "commits per user widget" displays a list with the number of commits for each user and a pie chart as well
The "commits per clock hour widget" displays in a bar chart the number of commits at each clock hour.

Compatibility Matrix
Plugin version | 0.1 |
|---|---|
| Source Control | |
| |
| Git |
Metrics Definitions
Name | Key | Qualitative | Description |
|---|---|---|---|
Commits Per User | scm-commits-per-user | no | Reports on the number of commits per source control committer |
Commits Per Clock Hour | scm-commits-per-clockhour | no | Reports on the number of commits per clock hour. |
Future Work
Plenty !!! Waiting for your ideas as well!
Change Log

