checkstyle is a Java style checker which can be run from either the commandline or as an Ant task. My favorite checkstyle feature is its ability to identify unused imports, but it's also a reasonably configurable style checker and it's a good way to catch missing javadoc.
Responsible Changed From-To: freebsd-ports->znerd I'll handle this.
Result of portlint: OK: checking /usr/home/ernst/freebsd/ports/java/checkstyle/pkg-comment. OK: checking /usr/home/ernst/freebsd/ports/java/checkstyle/pkg-descr. OK: checking Makefile. WARN: possible direct use of command "rmdir" found. use ${RMDIR} instead. OK: checking /usr/home/ernst/freebsd/ports/java/checkstyle/distinfo. 0 fatal errors and 1 warnings found. I'll fix this.
State Changed From-To: open->closed Committed, thanks Dave!