| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
| Modifier and Type | Field and Description |
|---|---|
private JavadocMethodCheck.ClassInfo |
JavadocMethodCheck.ExceptionInfo.classInfo
Class information associated with this exception.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
JavadocMethodCheck.processThrows(java.util.List<JavadocMethodCheck.ExceptionInfo> throwsList,
JavadocMethodCheck.ClassInfo documentedClassInfo,
java.util.Set<java.lang.String> foundThrows)
Verifies that documented exception is in throws.
|
| Constructor and Description |
|---|
ExceptionInfo(DetailAST ast,
JavadocMethodCheck.ClassInfo classInfo)
Creates new instance for
FullIdent. |
Copyright © 2001-2022. All Rights Reserved.