Checkstyle favicon

Checkstyle

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard.

Pmd

Pmd

PMD scans Java source code and looks for potential problems like: Possible bugs - empty try/catch/finally/switch statements De ...