public FxCopBuildServiceFactory()

in fxcop-agent/src/jetbrains/buildServer/fxcop/agent/FxCopBuildServiceFactory.java [21:25]


  public FxCopBuildServiceFactory(@NotNull final ArtifactsWatcher artifactsWatcher,
                                  @NotNull final InspectionReporter inspectionsReporter) {
    myArtifactsWatcher = artifactsWatcher;
    myInspectionsReporter = inspectionsReporter;
  }