| Package | Description |
|---|---|
| org.jboss.jbossset.bugclerk |
| Modifier and Type | Method and Description |
|---|---|
Candidate |
Violation.getCandidate() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Candidate> |
RuleEngine.filterBugs(String checkname,
Collection<Candidate> candidates) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Candidate> |
RuleEngine.filterBugs(String checkname,
Collection<Candidate> candidates) |
Collection<Violation> |
RuleEngine.processBugEntry(Collection<Candidate> candidates) |
protected Collection<Violation> |
BugClerk.processEntriesAndReportViolations(List<Candidate> candidates) |
Collection<Violation> |
RuleEngine.runCheckOnBugs(String checkname,
Collection<Candidate> candidates) |
| Constructor and Description |
|---|
Violation(Candidate candidate,
String checkName,
String message) |
Violation(Candidate candidate,
String checkName,
String message,
Level level) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.