private void importInspectionResults()

in fxcop-agent/src/jetbrains/buildServer/fxcop/agent/FxCopBuildService.java [75:83]


  private void importInspectionResults() throws Exception {
    final String workingRoot = getCheckoutDirectory().toString();

    getLogger().progressMessage("Importing inspection results");

    myInspectionReporter.markBuildAsInspectionsBuild();
    final FxCopFileProcessor fileProcessor = new FxCopFileProcessor(myXmlReportFile, workingRoot, getLogger(), myInspectionReporter);
    fileProcessor.processReport();
  }