| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.checks.imports |
Contains the Imports checks that are
bundled with the main distribution.
|
| com.puppycrawl.tools.checkstyle.utils |
Contains utils classes for checkstyle.
|
| Modifier and Type | Method and Description |
|---|---|
private static java.util.List<JavadocTag> |
UnusedImportsCheck.getValidTags(TextBlock cmt,
JavadocUtil.JavadocTagType tagType)
Returns the list of valid tags found in a javadoc
TextBlock. |
| Modifier and Type | Method and Description |
|---|---|
static JavadocUtil.JavadocTagType |
JavadocUtil.JavadocTagType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavadocUtil.JavadocTagType[] |
JavadocUtil.JavadocTagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static JavadocTags |
JavadocUtil.getJavadocTags(TextBlock textBlock,
JavadocUtil.JavadocTagType tagType)
Gets validTags from a given piece of Javadoc.
|
Copyright © 2001-2022. All Rights Reserved.