Uses of Class
com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
Packages that use 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.
-
Uses of AbstractJavadocCheck in com.puppycrawl.tools.checkstyle.checks.annotation
Subclasses of AbstractJavadocCheck in com.puppycrawl.tools.checkstyle.checks.annotationModifier and TypeClassDescriptionfinal classVerifies that the annotation@Deprecatedand the Javadoc tag@deprecatedare both present when either of them is present. -
Uses of AbstractJavadocCheck in com.puppycrawl.tools.checkstyle.checks.javadoc
Subclasses of AbstractJavadocCheck in com.puppycrawl.tools.checkstyle.checks.javadocModifier and TypeClassDescriptionclassChecks the order of javadoc block-tags or javadoc tags.classChecks that a javadoc block tag appears only at the beginning of a line, ignoring leading asterisks and white space.classChecks if the javadoc has leading asterisks on each line.classChecks that there is at least one whitespace after the leading asterisk.classChecks the Javadoc paragraph.classChecks the indentation of the continuation lines in block tags.classChecks that the block tag is followed by description.classChecks that one blank line before the block tag if it is present in Javadoc.classChecks that a Javadoc block can fit in a single line and doesn't contain block tags.classChecks that Javadoc summary sentence does not contain phrases that are not recommended to use. -
Uses of AbstractJavadocCheck in com.puppycrawl.tools.checkstyle.meta
Subclasses of AbstractJavadocCheck in com.puppycrawl.tools.checkstyle.metaModifier and TypeClassDescriptionclassClass for scraping module metadata from the corresponding class' class-level javadoc.