Bug 42412 - NEW JAVA PORT: checkstyle
Summary: NEW JAVA PORT: checkstyle
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: java (show other bugs)
Version: 4.6-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ernst de Haan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-04 14:50 UTC by Dave Glowacki
Modified: 2002-10-09 23:05 UTC (History)
0 users

See Also:


Attachments
file.shar (3.29 KB, text/plain)
2002-09-04 14:50 UTC, Dave Glowacki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Glowacki 2002-09-04 14:50:02 UTC
	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.
Comment 1 Ernst de Haan freebsd_committer freebsd_triage 2002-09-30 20:25:54 UTC
Responsible Changed
From-To: freebsd-ports->znerd

I'll handle this.
Comment 2 Ernst de Haan freebsd_committer freebsd_triage 2002-09-30 20:32:42 UTC
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.
Comment 3 Ernst de Haan freebsd_committer freebsd_triage 2002-10-09 23:05:32 UTC
State Changed
From-To: open->closed

Committed, thanks Dave!