Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.utils |
Contains utils classes for checkstyle.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<InvalidJavadocTag> |
JavadocTags.invalidTags
Invalid validTags.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<InvalidJavadocTag> |
JavadocTags.getInvalidTags()
Getter for invalidTags field.
|
Constructor and Description |
---|
JavadocTags(java.util.List<JavadocTag> tags,
java.util.List<InvalidJavadocTag> invalidTags)
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
private static void |
JavadocUtils.lookForInlineTags(TextBlock comment,
int lineNumber,
java.util.List<JavadocTag> validTags,
java.util.List<InvalidJavadocTag> invalidTags)
Looks for inline tags in comment and adds them to the proper tags collection.
|