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