// Construct the scope bar for selecting different type of hint reports.
buildHintReportScopeBar(resources, hintReportContainer);
// Create the hint report.
this.report = new HintletReport(hintReportContainer,
new HintletReportModel(), resources, HintletReport.REPORT_TYPE_SEVERITY);
}