Priority: ERROR
Checks if the class or method is missing a JavaDoc description
Priority: ERROR
Checks if the @exception content is a template default
Priority: ERROR
Checks if the @param content is a template default
Priority: ERROR
Checks whether a class that throws anexception, describes when the exception is thrown with @throws or @exception
Priority: ERROR
Checks whether a class that does not return void has a @return tag.
Priority: ERROR
Checks whether a method has @param tags for all parameters.
Priority: ERROR
Tests if the first sentence ends with a period.
Priority: WARNING
Warns about @returns tag presence.
Priority: ERROR
Checks if more than one @version tag is given on a Class.