public FxCopReportTab()

in fxcop-server/src/jetbrains/buildServer/fxcop/server/FxCopReportTab.java [21:26]


  public FxCopReportTab(@NotNull PagePlaces pagePlaces,
                        @NotNull SBuildServer server,
                        @NotNull ReportTabsIsolationProtection reportTabsIsolationProtection) {
    super(TAB_TITLE, TAB_CODE, pagePlaces, server, reportTabsIsolationProtection);
    setIncludeUrl("/artifactsViewer.jsp");
  }