
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.
First install and configure Sonar in Eclipse.
Then get an overview.
Finally, browse the links below to achieve the three main use cases of Sonar in Eclipse:
- Manage existing violations
- Manage quality improvement
Check that you are not adding any technical debt in your code

