public FxCopFileProcessor()

in fxcop-agent/src/jetbrains/buildServer/fxcop/agent/FxCopFileProcessor.java [46:54]


  public FxCopFileProcessor(@NotNull final File fxcopReport,
                            @NotNull final String sourceFilePrefix,
                            @NotNull final SimpleBuildLogger logger,
                            @NotNull final InspectionReporter reporter) {
    myFxCopReport = fxcopReport;
    myLogger = logger;
    mySourceFilePrefixLower = sourceFilePrefix.toLowerCase().replace('\\', '/');
    myReporter = reporter;
  }