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 | Class and Description |
---|---|
private static class |
AbstractTypeAwareCheck.ClassAlias
Deprecated.
Represents type param which is "alias" for real type.
|
private static class |
AbstractTypeAwareCheck.RegularClass
Deprecated.
Represents regular classes/enums.
|
Modifier and Type | Field and Description |
---|---|
private AbstractTypeAwareCheck.AbstractClassInfo |
AbstractTypeAwareCheck.ClassAlias.classInfo
Class information associated with the alias.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<java.util.Map<java.lang.String,AbstractTypeAwareCheck.AbstractClassInfo>> |
AbstractTypeAwareCheck.typeParams
Deprecated.
Stack of maps for type params.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractTypeAwareCheck.AbstractClassInfo |
AbstractTypeAwareCheck.createClassInfo(AbstractTypeAwareCheck.Token name,
java.lang.String surroundingClass)
Deprecated.
Creates class info for given name.
|
protected AbstractTypeAwareCheck.AbstractClassInfo |
AbstractTypeAwareCheck.findClassAlias(java.lang.String name)
Deprecated.
Looking if a given name is alias.
|
Constructor and Description |
---|
ClassAlias(AbstractTypeAwareCheck.Token name,
AbstractTypeAwareCheck.AbstractClassInfo classInfo)
Creates new instance of the class.
|
Modifier and Type | Field and Description |
---|---|
private AbstractTypeAwareCheck.AbstractClassInfo |
JavadocMethodCheck.ExceptionInfo.classInfo
Class information associated with this exception.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
JavadocMethodCheck.isInThrows(java.util.List<JavadocMethodCheck.ExceptionInfo> throwsList,
AbstractTypeAwareCheck.AbstractClassInfo documentedClassInfo,
java.util.Set<java.lang.String> foundThrows)
Verifies that documented exception is in throws.
|
Constructor and Description |
---|
ExceptionInfo(AbstractTypeAwareCheck.AbstractClassInfo classInfo)
Creates new instance for
FullIdent . |