If you have already embraced Continuous Inspection with Sonar/SonarQube, you may find it advantageous to do analysis of new or modified code within the IDE without having to wait for a new build/compile/analyze cycle. Additionally, it’s often faster to keep all of your required information within the IDE without having to also open a web browser.
You can easily add this capability:
- Help > Install New Software… > Add… > then enter:
http://dist.sonar-ide.codehaus.org/eclipse/
- Restart Eclipse
- RightClick on project – Configure > Associate with SonarQube > chose project
REFERENCES: