public final class JavadocTagsCheck extends Check
Correct format is the following (of a class javadoc):
/**
* This is my new class.
*
* @author John Doe (john@example.com)
* @version $Id$
*/
public final class Foo {
// ...
"$Id$" will be replaced by a full text automatically by Subversion as explained in their documentation (see link below).
| Constructor and Description |
|---|
JavadocTagsCheck() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getDefaultTokens() |
void |
init() |
void |
visitToken(DetailAST ast) |
beginTree, destroy, finishTree, getAcceptableTokens, getClassLoader, getFileContents, getLine, getLines, getRequiredTokens, getTabWidth, getTokenNames, 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 Checkpublic void visitToken(DetailAST ast)
visitToken in class CheckCopyright © 2011–2016 Qulice.com. All rights reserved.