Analyze Java source code for style violations and coding standard compliance
Check Java source against a coding standard
checkstyle
$ checkstyle MyClass.java
$ checkstyle -c /path/to/checkstyle.xml src/
$ checkstyle -f xml MyClass.java > report.xml