org.incava.doctorj
Class ClassDocAnalyzer
public class ClassDocAnalyzer
Analyzes Javadoc and code for a class, either concrete or abstract.
CHKLVL_MISORDERED_TAGS , CHKLVL_SUMMARY_SENTENCE , CHKLVL_VALID_TAGS , MSG_DEPRECATED_WITHOUT_TEXT , MSG_NO_SUMMARY_SENTENCE , MSG_SEE_WITHOUT_REFERENCE , MSG_SINCE_WITHOUT_TEXT , MSG_SUMMARY_SENTENCE_DOES_NOT_END_WITH_PERIOD , MSG_SUMMARY_SENTENCE_TOO_SHORT , MSG_TAG_IMPROPER_ORDER , spellChecker |
ClassDocAnalyzer(Report r, net.sourceforge.pmd.ast.ASTClassOrInterfaceDeclaration node) - Creates an analyzer, but does not yet run.
|
String | getItemType() - Returns the type of item this analyzer is operating on.
|
protected List | getValidTags() - Returns the valid tags, as strings, for classes.
|
ClassDocAnalyzer
public ClassDocAnalyzer(Report r,
net.sourceforge.pmd.ast.ASTClassOrInterfaceDeclaration node)
Creates an analyzer, but does not yet run.
getItemType
public String getItemType()
Returns the type of item this analyzer is operating on.
- getItemType in interface ItemDocAnalyzer