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