Uses of Class
com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
Package
Description
Contains the Annotation checks that are
bundled with the main distribution.
Contains the Javadoc checks that are bundled with the main distribution.
Contains module metadata generation classes for checkstyle.
Contains classes for generating the Checkstyle website.
-
Uses of AbstractJavadocCheck in com.puppycrawl.tools.checkstyle.checks.annotation
Modifier and TypeClassDescriptionfinal class
Verifies that the annotation@Deprecated
and the Javadoc tag@deprecated
are both present when either of them is present. -
Uses of AbstractJavadocCheck in com.puppycrawl.tools.checkstyle.checks.javadoc
Modifier and TypeClassDescriptionclass
Checks the order of javadoc block-tags or javadoc tags.class
Checks that a javadoc block tag appears only at the beginning of a line, ignoring leading asterisks and white space.class
Checks the alignment of leading asterisks in a Javadoc comment.class
Checks if the javadoc has leading asterisks on each line.class
Checks that there is at least one whitespace after the leading asterisk.class
Checks the Javadoc paragraph.class
Checks the indentation of the continuation lines in block tags.class
Checks that the block tag is followed by description.class
Checks that one blank line before the block tag if it is present in Javadoc.class
Checks that a Javadoc block can fit in a single-line and doesn't contain block tags.class
Checks that Javadoc summary sentence does not contain phrases that are not recommended to use. -
Uses of AbstractJavadocCheck in com.puppycrawl.tools.checkstyle.meta
Modifier and TypeClassDescriptionclass
Class for scraping module metadata from the corresponding class' class-level javadoc. -
Uses of AbstractJavadocCheck in com.puppycrawl.tools.checkstyle.site
Modifier and TypeClassDescriptionclass
Class for scraping class javadoc and all property setter javadocs from the given checkstyle module.