public final class ClassFanOutComplexityCheck extends AbstractClassCouplingCheck
| Modifier and Type | Field and Description |
|---|---|
static String |
MSG_KEY
A key is pointing to the warning message text in "messages.properties"
file.
|
| Constructor and Description |
|---|
ClassFanOutComplexityCheck()
Creates new instance of this check.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getAcceptableTokens()
The configurable token set.
|
protected String |
getLogMessageId() |
int[] |
getRequiredTokens()
The tokens that this check must be registered for.
|
beginTree, getDefaultTokens, getMax, leaveToken, setExcludeClassesRegexps, setExcludedClasses, setExcludedPackages, setMax, visitTokendestroy, finishTree, getClassLoader, getFileContents, getLine, getLines, getTabWidth, getTokenNames, init, isCommentNodesRequired, log, log, setClassLoader, setFileContents, setMessages, setTabWidth, setTokensgetCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeverityconfigure, contextualize, finishLocalSetup, getConfiguration, setupChildpublic static final String MSG_KEY
public ClassFanOutComplexityCheck()
public int[] getRequiredTokens()
AbstractCheckgetRequiredTokens in class AbstractCheckTokenTypespublic int[] getAcceptableTokens()
AbstractCheckgetAcceptableTokens in class AbstractCheckTokenTypesprotected String getLogMessageId()
getLogMessageId in class AbstractClassCouplingCheckCopyright © 2001-2017. All Rights Reserved.