public abstract class DetectRedundantActionBase extends SingleCheck
| Modifier and Type | Field and Description |
|---|---|
protected AnalyzerConfiguration |
configuration |
protected boolean |
hasIssues |
protected PatternInspector |
patternInspector |
protected RedundancyResult<ObjectField,ActionInspector> |
result |
ruleInspector| Modifier and Type | Method and Description |
|---|---|
void |
check() |
protected abstract Severity |
getDefaultSeverity() |
Issue |
getIssue() |
boolean |
hasIssues() |
boolean |
isActive(CheckConfiguration checkConfiguration) |
protected abstract Issue |
makeIssue(Severity severity,
CheckType checkType) |
protected Severity |
resolveSeverity() |
compareTo, getCheckType, getRuleInspectorprotected PatternInspector patternInspector
protected RedundancyResult<ObjectField,ActionInspector> result
protected final AnalyzerConfiguration configuration
protected boolean hasIssues
public void check()
protected abstract Severity getDefaultSeverity()
public boolean isActive(CheckConfiguration checkConfiguration)
protected Severity resolveSeverity()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.