Eclipse Sonar Tutorial
Eclipse Sonar Tutorial explains step by step details of installing and configuring Sonar plugin with eclipse.
By using Sonar Eclipse Plugin, you can see various reports inside from your eclipse IDE.
How to configure Sonar plugin with eclipse?
SonarQube is an open source platform for Continuous integration and improving the code quality.
It is entirely written in java and supported for other 25+ languages such as Java, C/C++, C#, PHP, Flex, Groovy, JavaScript, Python, PL/SQL, COBOL, etc, it is also used for Android Development
Sonar Eclipse Tutorial
You need to download
You can install the Sonar Eclipse plugin using Eclipse update manager from the following links
Sonar Eclipse Installation
For Installing Sonar Plugin from eclipse, select Help->Install New Software Then click add, then provide Name and Location according to the following screenshot
Then select the Sonar Java click next and accept the license details, it will install the Sonar
Sonar Eclipse Configuration
After install, you need to associate created sonar projects with eclipse (See the below screen shot)
After that type Project name on the search box, it will popup with Created Sonar projects and click finish (See the below screen shot)
Now the project is associated with eclipse and you can view various reports inside eclipse (See the below screen shot)