• R/O
  • SSH
  • HTTPS

drfx: Commit


Commit MetaInfo

Revision143 (tree)
Time2010-02-20 17:02:24
Authorsasaminn

Log Message

NEW: ルール違反したソースコードの情報を保持するためのクラスを追加

Change Summary

Incremental Difference

--- drfx/trunk/src/Explorer/Report/SourceCodeLine.cs (nonexistent)
+++ drfx/trunk/src/Explorer/Report/SourceCodeLine.cs (revision 143)
@@ -0,0 +1,13 @@
1+using System;
2+
3+namespace Sasa.QualityTools.DrFx.Explorer.Report
4+{
5+ public class SourceCodeLine
6+ {
7+ public int LineNumber { get; internal set; }
8+
9+ public int Text { get; internal set; }
10+
11+ public bool IsViolationLine { get; internal set; }
12+ }
13+}
Show on old repository browser