At my company, we started using CheckStyle, FindBugs, and PMD to test code quality and unify our programming styles. These tools are very effective, but unfortunately they have some overlapping rule sets.
Are there online versions available that have removed overlapping rules?
Of course, these standard rule sets are not applicable to every project, but it will be a good starting point for us. We could take this configuration by default (not overlapping) and adapt it to our style, and not first trim the rule sets for duplicates.
Dennis laumen
source share