checkstyle

Analyze Java source code for style violations and coding standard compliance

brewmacoslinux
Try with needOr install directly
Source

About

Check Java source against a coding standard

Commands

checkstyle

Examples

Check a single Java file against default Google style$ checkstyle MyClass.java
Check all Java files in a directory with custom configuration$ checkstyle -c /path/to/checkstyle.xml src/
Generate XML report of style violations$ checkstyle -f xml MyClass.java > report.xml