DoctorJ project is an application that analyzes Java documentation for compliance with the standard and for accuracy against the code, beyond what javadoc does.
Among what it detects:
· misspelled words
· parameter and exception names:
· missing
· misordered
· misspelled
· Javadoc tags:
· invalid
· misordered
· missing expected arguments
· invalid arguments
· missing descriptions
· undocumented classes, methods, fields, parameters
What's New in This Release:
· 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.
Product's homepage
What's New in This Release: [ read full changelog ]
· This version adds the feature to spell-check strings of a minimal length in words. Much of the code has been rewritten.