You should already have set up your inspectIT development environment. On this page you already installed and configured all necessary tools that we use for static code analysis. This page shows you how you can use them (in a brief way).

FindBugs

 

Checkstyle

PMD

Note that the Eclipse version (find this out via Window -> Preferences -> PMD (bottom)) needs to be the same as the pmd version used within the ant build (see common-targets in Commons at GitHub). Note that we always try to have the PMD version in the build to mirror the PMD version of Eclipse to sync the error messages. If your PMD version in eclipse is higher, create a ticket to update the PMD version within the build