| Package | Description |
|---|---|
| com.cflint | |
| com.cflint.config | |
| com.cflint.plugins | |
| com.cflint.plugins.core |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CFLint.reportRule(net.htmlparser.jericho.Element elem,
Object expression,
Context context,
CFLintScanner plugin,
Context.ContextMessage msg) |
protected void |
CFLint.reportRule(net.htmlparser.jericho.Element elem,
Object expression,
Context context,
CFLintScanner plugin,
String msg) |
| Constructor and Description |
|---|
CFLint(CFLintScanner... bugsScanners) |
CFLint(ConfigRuntime configuration,
CFLintScanner... bugsScanners)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CFLintScanner |
CFLintPluginInfo.PluginInfoRule.getPluginInstance() |
static CFLintScanner |
ConfigUtils.loadPlugin(CFLintPluginInfo.PluginInfoRule ruleInfo) |
| Modifier and Type | Method and Description |
|---|---|
CFLintPluginInfo.PluginInfoRule |
ConfigRuntime.getRuleForPlugin(CFLintScanner plugin) |
void |
CFLintPluginInfo.PluginInfoRule.setPluginInstance(CFLintScanner pluginInstance) |
| Modifier and Type | Class and Description |
|---|---|
class |
CFLintScannerAdapter
Lint Rule Plugins can extend this adapter instead of implementing all the methods of CFLintScanner
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArgDefChecker |
class |
ArgVarChecker |
class |
CFQueryChecker |
class |
CFSwitchDefaultChecker |
class |
CFTagLowercaseChecker |
class |
CFTagUppercaseChecker |
class |
CFXTagChecker |
class |
FunctionLengthChecker |
class |
GlobalVarChecker |
class |
NestedCFOutput |
class |
OutputParmMissing |
class |
QueryParamChecker |
class |
ScriptTagChecker |
class |
SelectStarChecker |
class |
TypedQueryNew |
class |
VarScoper |
Copyright © 2013–2015 CFLint. All rights reserved.