Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<JavadocMethodCheck.ExceptionInfo> |
JavadocMethodCheck.getThrows(DetailAST ast)
Computes the exception nodes for a method.
|
Modifier and Type | Method and Description |
---|---|
private void |
JavadocMethodCheck.checkThrowsTags(java.util.List<JavadocTag> tags,
java.util.List<JavadocMethodCheck.ExceptionInfo> throwsList,
boolean reportExpectedTags)
Checks a set of tags for matching throws.
|
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.
|