Download List

Project Description

DoctorJ is an application that analyzes Java
documentation for compliance with the standard and
for accuracy against the code, beyond what javadoc
does.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-11-14 03:07
5.2.0

This version adds a feature to spell-check strings of a minimal length in words. Much of the code has been rewritten.

2006-08-23 14:35
5.1.2

By default, warnings and errors are now reported
at the strictest level. Detection of run-time
exceptions and errors has been improved, thus
eliminating many errors stating that an exception
was documented yet not declared in the throws
list. The --warning option has been replaced with
--level.
Tags: Minor feature enhancements

2006-08-18 14:40
5.1.0

This release has been rewritten to handle Java
1.3, 1.4, and 1.5, and to
improve performance.
Tags: Major feature enhancements

2004-06-21 15:31
5.0.0

The documentation analyzer has been rewritten in
Java. Word lists are now included with the
distribution for Canadian, UK, and US variants of
English. Each of these lists includes
approximately 140,000 words, over three times the
number in /usr/share/dict/words. Errors and
warnings have been simplified, so that there are
now only errors and four levels of warnings,
roughly arrayed by accessibility (public,
protected, package, and private) of an item, such
as a class, method, or field.
Tags: Major feature enhancements

2003-09-07 06:54
4.0.2

This version features no functionality differences, but the
code was cleaned up significantly, logging was
improved, compilation speed was halved, and the spell
checking execution speed was improved.
Tags: Minor feature enhancements

Project Resources