Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks |
Contains the checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
Modifier and Type | Field and Description |
---|---|
private AbstractTypeAwareCheck |
AbstractTypeAwareCheck.RegularClass.check
The check we use to resolve classes.
|
Constructor and Description |
---|
RegularClass(AbstractTypeAwareCheck.Token name,
java.lang.String surroundingClass,
AbstractTypeAwareCheck check)
Creates new instance of of class information object.
|
Modifier and Type | Class and Description |
---|---|
class |
JavadocMethodCheck
Checks the Javadoc of a method or constructor.
|