|
|
|
@ -20,7 +20,6 @@ namespace ICSharpCode.CodeQuality.Reporting
@@ -20,7 +20,6 @@ namespace ICSharpCode.CodeQuality.Reporting
|
|
|
|
|
/// </summary>
|
|
|
|
|
public class BaseReport |
|
|
|
|
{ |
|
|
|
|
private const string reportDir = "Reporting"; |
|
|
|
|
|
|
|
|
|
public BaseReport(List <string> fileNames) |
|
|
|
|
{ |
|
|
|
@ -32,13 +31,6 @@ namespace ICSharpCode.CodeQuality.Reporting
@@ -32,13 +31,6 @@ namespace ICSharpCode.CodeQuality.Reporting
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// protected string MakeReportFileName (string reportName)
|
|
|
|
|
// {
|
|
|
|
|
// Uri uri = new Uri(Assembly.GetExecutingAssembly().GetName().CodeBase);
|
|
|
|
|
// var fullname = uri.LocalPath;
|
|
|
|
|
// return Path.GetDirectoryName(fullname) + Path.DirectorySeparatorChar + reportDir + Path.DirectorySeparatorChar + reportName;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
protected List<string> FileNames {get;private set;} |
|
|
|
|
|
|
|
|
|
public ReportSettings ReportSettings {get;set;} |
|
|
|
|