
Sonar Eclipse provides a comprehensive Sonar integration for Eclipse. The objective of this Eclipse plugin is that developers do not have to leave their favorite IDE to get valuable information on code quality and fix quality flows on the fly. Most of the information displayed in the Sonar Web interface is now available in Eclipse.
Here are the main use cases of Sonar Eclipse:
- Fix violations on the fly
- Manage your quality improvement tasks
Check that you are not adding any technical debt in your code
Just give it a try:
| Important If you want to use Sonar Eclipse for your project, you must first have already executed a "regular" Sonar analysis for this project. This implies having installed Sonar and having a successful analysis that you can browse on the Sonar Web UI. |
| Important For now, Sonar Eclipse is only compatible with Java projects. |

