
The Sonar Eclipse Plugin provides a comprehensive integration of Sonar in Eclipse for Java projects. The objective of this integration is that developers do not leave their favorite IDE anymore to manage the quality of their source code. Most information displayed in the Sonar Web interface is now available in Eclipse.
Sonar in Eclipse currently covers 3 main use cases:
- Manage existing violations
- Manage quality improvement
Check that you are not adding any technical debt in your code
Just give it a try:
| Important To use the Eclipse plugin for Sonar, you should first install Sonar and execute a successful analysis of your project. |
| Important Sonar Eclipse is only compatible with Java projects at the moment. |

