I'm looking for best practices using SonarQube with the FindBugs, PMD and Checkstyle plugins.
- How do the rules in SonarQube's default quality profile "Sonar way" relate to those of the plugins? Are they completely different rules or does the Sonar way contain the most important rules from those plugins?
- What is the best way of combining those rule sets? How can I avoid duplicate checks?
- Sonar v.3.x contains a "Sonar way with Findbugs" profile. I can't find it in v.4.5.1 - what happened to it?