Hello ports@,

attached is a port of checkstyle, a java program to check (Java) Code
for conformance to coding conventions.

tested with jdk-1.7

$pkg_info checkstyle
Information for inst:checkstyle-4.4

Comment:
check Java code against configurable coding standards

Description:
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.

Checkstyle is highly configurable and can be made to support almost
any coding standard. An example configuration file is supplied
supporting the Sun Code Conventions. As well, other sample
configuration files are supplied for other well known conventions.

Checkstyle can check many aspects of your source code. Historically
it's main functionality has been to check code layout issues, but
since the internal architecture was changed in version 3, more and
more checks for other purposes have been added. Now Checkstyle
provides checks that find class design problems, duplicate code, or
bug patterns like double checked locking.

Maintainer: Andreas Bihlmaier <[email protected]>

WWW: http://checkstyle.sourceforge.net/

Regards,
ahb

Attachment: devel_checkstyle.tgz
Description: application/tar-gz

Reply via email to