Description / Features
The Issues Report plugin provides the ability to run local Sonar analyses. The main use case is for a developer to check his/her code before pushing it to the SCM.
It generates an HTML report that displays a list of violations that can be filtered by severity, new violations only, etc.
It supports all languages.
Here's an example of HTML report that you can download:

| Sonar Eclipse Plugin Note that to perform local analyses, a Sonar Eclipse plugin is also available. It currently supports Java, C/C++ and Python. |
Installation
- Install the Issues Report plugin through the Update Center or download it into the SONAR_HOME/extensions/plugins directory
- Restart the Sonar server
Usage
Note that you do not need to install any local Sonar server and database.
Just run a Sonar analysis on your project with your favorite analyzer (Sonar Runner, Maven or Ant). To run the analysis locally (without making the results available on the remote Sonar server), just set the 'sonar.dryRun' property to 'true' and make sure that the 'sonar.host.url' is properly set to match your remote Sonar server.
To get a local report:
- To generate an HTML report, set the property 'sonar.issuesReport.html.enable' to 'true'
- To set the location of this report, set the property 'sonar.issuesReport.html.location' (default is '.sonar/issues-report.html' for the Sonar Runner and Ant, 'target/sonar/issues-report.html ' for Maven)
- To display a short report in the console, set the 'sonar.issuesReport.console.enable' to 'true':

| Multi-module project compatibility Note that the Issues Report plugin is not yet compatible with multi-module projects. See https://jira.codehaus.org/browse/SONARPLUGINS-2805. |
Change Log

