public final class JavadocEmptyLineCheck extends AbstractCheck
You can't have empty line at the beginning or at the end of Javadoc.
The following red lines in class Javadoc will be reported as violations.
/** * * This is my class. * */ public final class Foo { // ...
| Constructor and Description |
|---|
JavadocEmptyLineCheck() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getDefaultTokens() |
void |
visitToken(DetailAST ast) |
beginTree, destroy, finishTree, getAcceptableTokens, getClassLoader, getFileContents, getLine, getLines, getRequiredTokens, getTabWidth, getTokenNames, init, isCommentNodesRequired, leaveToken, log, log, setClassLoader, setFileContents, setMessages, setTabWidth, setTokensgetCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeverityconfigure, contextualize, finishLocalSetup, getConfiguration, setupChildpublic int[] getDefaultTokens()
getDefaultTokens in class AbstractCheckpublic void visitToken(DetailAST ast)
visitToken in class AbstractCheckCopyright © 2011–2018 Qulice.com. All rights reserved.