org.incava.doctorj
public class FieldDocAnalyzer extends ItemDocAnalyzer
Field Summary | |
---|---|
static String | MSG_SERIALFIELD_WITHOUT_DESCRIPTION |
static String | MSG_SERIALFIELD_WITHOUT_NAME_TYPE_AND_DESCRIPTION |
static String | MSG_SERIALFIELD_WITHOUT_TYPE_AND_DESCRIPTION |
Constructor Summary | |
---|---|
FieldDocAnalyzer(Report r, ASTFieldDeclaration field) |
Method Summary | |
---|---|
protected void | addUndocumentedViolation(String desc)
Adds a violation for a field, with the violation pointing to the field
name. |
protected void | checkJavadoc(JavadocNode javadoc) |
protected SimpleNode | getEnclosingNode() |
String | getItemType() |
protected List | getValidTags()
Returns the valid tags, as strings, for fields. |