Methods
| Modifier and Type |
Method and Description |
protected BugClerkReport |
buildBugClerkReport(Map<Integer,List<Violation>> violationByBugId,
String urlPrefix) |
protected Map<String,Object> |
buildGlobalsMap() |
protected String |
buildReport(Map<Integer,List<Violation>> violationByBugId,
String urlPrefix) |
protected static void |
deleteFile(String xmlReport) |
protected String |
getPropertyFromConfig(String propertyname) |
protected static String |
getXmlReportFilename(BugClerkArguments arguments) |
protected List<Candidate> |
loadCandidates(List<String> ids) |
protected Properties |
loadConfigurationProperties(String filename) |
protected void |
postAnalysisActions(BugClerkArguments arguments,
Map<Integer,List<Violation>> violationByBugId,
String report) |
protected Collection<Violation> |
processEntriesAndReportViolations(List<Candidate> candidates) |
protected void |
publishReport(String report) |
protected void |
reportsGeneration(BugClerkArguments arguments,
Map<Integer,List<Violation>> violationByBugId) |
void |
run(BugClerkArguments arguments) |
int |
runAndReturnsViolations(BugClerkArguments arguments) |
protected void |
updateBZwithViolations(Map<Integer,List<Violation>> violationByBugId) |