...
| 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 in one of the upcoming versions sooner or later to explicitly force this retrieval or not. See SONARPLUGINS-2359. |
Known Issues and Limitations
...

