Provide Javadoc Comment (PJDC)

Description:

Checks whether Javadoc comments are provided for classes, interfaces, methods and attributes. In the options boxes, you can specify whether to check Javadoc comments for public, package, protected, or all classes and members.

Sun Code Conventions for Java also recommend that the order of @param tags should correspond to the order of operation parameters, and @throws (or @exception) tags should be sorted alphabetically. When the Ordered options are checked, the audit also verifies whether the corresponding tags are ordered correctly.