public final class EmptyLinesCheck extends Check
We believe that comments and empty lines are evil. If you need to use an empty line in order to add a vertical separator of concepts - refactor your code and make it more cohesive and readable. The bottom line is that every method should look solid and do just one thing. This class is thread safe. It relies on building a list of line ranges by visiting each method definition and each anonymous inner type. It stores these references in a non-static thread local.
| Constructor and Description |
|---|
EmptyLinesCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishTree(DetailAST root) |
int[] |
getDefaultTokens() |
void |
visitToken(DetailAST ast) |
beginTree, destroy, 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 Checkpublic void visitToken(DetailAST ast)
visitToken in class Checkpublic void finishTree(DetailAST root)
finishTree in class CheckCopyright © 2011–2016 Qulice.com. All rights reserved.