...
| Info | ||
|---|---|---|
| ||
The first analysis of a project with version 1.4 will last longer than the subsequent analyses. |
Forcing the Retrieval of Blame Information
In some cases, it is necessary to retrieve blame information on files that have not been changed (for example when a user has been renamed). To force this retrieval, here are the steps to follow:
- Deactivate the SCM Activity plugin:
sonar.scm.enabled = false - Run a Sonar analysis on your project
- Reactivate the SCM Activity plugin:
sonar.scm.enabled = true - Run a Sonar analysis on your project
| Info |
|---|
Note that a property should be added sooner or later to explicitly force this retrieval or not. See SONARPLUGINS-2359. |
Known Issues and Limitations
...
See http://git-scm.com/docs/git-blame#_mapping_authors
I use Git and the annotated sources sometimes display "Not Committed Yet"
In case you have set the parameter autocrlf to "true" or "input" and source file was previously committed with Windows line endings then git blame will report each line as "Not Committed Yet" as an indication that the file will be normalized to Unix line endings in case you do a modification and a commit on the same file.
The simplest workaround is to always set autocrlf to "false" on the box doing the Sonar analysis.
Change Log
| JIRA Issues | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...

