
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 the quality of their source code. Most information displayed in the Sonar Web interface is now available in Eclipse.
Here are the main use cases of Sonar in Eclipse:
- Fix violations on the fly
- 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. |

