collapse
26%
W説明%
Number of gendarme violations is 3,69626
テスト結果: 2,682個のテスト中、0個のテストに失敗しました。100
ビルドの安定性: 最近のビルドは失敗してません。100
ビルド履歴
x
 29:25
2.3.0.187
(リビジョン 1693)
 28:08
2.3.0.186
(リビジョン 1691)
 27:47
2.3.0.185
(リビジョン 1689)
 24:04
2.3.0.184
(リビジョン 1688)
 23:38
2.3.0.183
(リビジョン 1686)
 x22:24
2.3.0.182
(リビジョン 1685)
 25:53
2.3.0.181
(リビジョン 1681)
 23:33
2.3.0.180
(リビジョン 1663)
 26:06
2.3.0.179
(リビジョン 1661)
 21:51
2.3.0.178
(リビジョン 1659)
 22:01
2.3.0.177
(リビジョン 1658)
 21:58
2.3.0.176
(リビジョン 1656)
 27:50
2.3.0.175
(リビジョン 1654)
 24:08
2.3.0.174
(リビジョン 1653)
 21:32
2.3.0.173
(リビジョン 1651)
 26:11
2.3.0.172
(リビジョン 1650)
 27:27
2.3.0.171
(リビジョン 1647)
 28:06
2.3.0.170
(リビジョン 1643)
 19:07
2.3.0.169
(リビジョン 1642)
 21:30
2.3.0.168
(リビジョン 1641)
 21:46
2.3.0.167
(リビジョン 1640)
 19:48
2.3.0.166
(リビジョン 1639)
 20:17
2.3.0.165
(リビジョン 1630)
 22:04
2.3.0.164
(リビジョン 1628)
 24:32
2.3.0.163
(リビジョン 1627)
 59:11
2.3.0.162
(リビジョン 1624)
 16:47
2.3.0.158
(リビジョン 1623)
 17:52
2.3.0.157
(リビジョン 1622)
 18:58
2.3.0.156
(リビジョン 1621)
 19:11
2.3.0.155
(リビジョン 1620)

Resources.designer.cs

gendarme   8 violations
67
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal
76
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal
85
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal
94
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal
103
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal
112
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal
121
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal
130
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal

File: Resources.designer.cs Lines 58 to 135
58            set {
59                resourceCulture = value;
60            }
61        }
62        
63        /// <summary>
64        ///   Column_0_R_default に類似しているローカライズされた文字列を検索します。
65        /// </summary>
66        internal static string CsvOperator_CsvNormalBean_0_Label {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
67
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
68                return ResourceManager.GetString("CsvOperator_CsvNormalBean_0_Label", resourceCulture);
69            }
70        }
71        
72        /// <summary>
73        ///   Column_1_R_default に類似しているローカライズされた文字列を検索します。
74        /// </summary>
75        internal static string CsvOperator_CsvNormalBean_1_No {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
76
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
77                return ResourceManager.GetString("CsvOperator_CsvNormalBean_1_No", resourceCulture);
78            }
79        }
80        
81        /// <summary>
82        ///   Column_1_R_default_A1 に類似しているローカライズされた文字列を検索します。
83        /// </summary>
84        internal static string CsvOperator_CsvNormalBean_1_No_1 {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
85
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
86                return ResourceManager.GetString("CsvOperator_CsvNormalBean_1_No_1", resourceCulture);
87            }
88        }
89        
90        /// <summary>
91        ///   Column_1_R_default_A2 に類似しているローカライズされた文字列を検索します。
92        /// </summary>
93        internal static string CsvOperator_CsvNormalBean_1_No_2 {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
94
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
95                return ResourceManager.GetString("CsvOperator_CsvNormalBean_1_No_2", resourceCulture);
96            }
97        }
98        
99        /// <summary>
100        ///   Column_2_R_default に類似しているローカライズされた文字列を検索します。
101        /// </summary>
102        internal static string CsvOperator_CsvNormalBean_2_No2 {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
103
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
104                return ResourceManager.GetString("CsvOperator_CsvNormalBean_2_No2", resourceCulture);
105            }
106        }
107        
108        /// <summary>
109        ///   Column_3_R_default に類似しているローカライズされた文字列を検索します。
110        /// </summary>
111        internal static string CsvOperator_CsvNormalBean_3_Date {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
112
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
113                return ResourceManager.GetString("CsvOperator_CsvNormalBean_3_Date", resourceCulture);
114            }
115        }
116        
117        /// <summary>
118        ///   Column_3_R_default_A1 に類似しているローカライズされた文字列を検索します。
119        /// </summary>
120        internal static string CsvOperator_CsvNormalBean_3_Date_1 {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
121
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
122                return ResourceManager.GetString("CsvOperator_CsvNormalBean_3_Date_1", resourceCulture);
123            }
124        }
125        
126        /// <summary>
127        ///   Column_4_R_default に類似しているローカライズされた文字列を検索します。
128        /// </summary>
129        internal static string CsvOperator_CsvNormalBean_4_Date2 {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
130
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
131                return ResourceManager.GetString("CsvOperator_CsvNormalBean_4_Date2", resourceCulture);
132            }
133        }
134    }
135}
 

Sources/CoreTest/TestResources/Csv/Resources.designer.cs

gendarme   8 violations
Visual Studio 201067
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal
Visual Studio 201076
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal
Visual Studio 201085
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal
Visual Studio 201094
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal
Visual Studio 2010103
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal
Visual Studio 2010112
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal
Visual Studio 2010121
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal
Visual Studio 2010130
Medium
Severity Medium
Class AvoidUnusedInternalResourceRule
Detail This internal (assembly-level) resource (resx) does not have callers in the assembly.
AvoidUnusedInternalResourceRule - This internal (assembly-level) resource (resx) does not have callers in the assembly.
Solution: Remove the unused resource or add code to call it.
Confidence: Normal

File: Resources.designer.cs Lines 58 to 135
58            set {
59                resourceCulture = value;
60            }
61        }
62        
63        /// <summary>
64        ///   Column_0_R_default に類似しているローカライズされた文字列を検索します。
65        /// </summary>
66        internal static string CsvOperator_CsvNormalBean_0_Label {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
67
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
68                return ResourceManager.GetString("CsvOperator_CsvNormalBean_0_Label", resourceCulture);
69            }
70        }
71        
72        /// <summary>
73        ///   Column_1_R_default に類似しているローカライズされた文字列を検索します。
74        /// </summary>
75        internal static string CsvOperator_CsvNormalBean_1_No {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
76
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
77                return ResourceManager.GetString("CsvOperator_CsvNormalBean_1_No", resourceCulture);
78            }
79        }
80        
81        /// <summary>
82        ///   Column_1_R_default_A1 に類似しているローカライズされた文字列を検索します。
83        /// </summary>
84        internal static string CsvOperator_CsvNormalBean_1_No_1 {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
85
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
86                return ResourceManager.GetString("CsvOperator_CsvNormalBean_1_No_1", resourceCulture);
87            }
88        }
89        
90        /// <summary>
91        ///   Column_1_R_default_A2 に類似しているローカライズされた文字列を検索します。
92        /// </summary>
93        internal static string CsvOperator_CsvNormalBean_1_No_2 {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
94
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
95                return ResourceManager.GetString("CsvOperator_CsvNormalBean_1_No_2", resourceCulture);
96            }
97        }
98        
99        /// <summary>
100        ///   Column_2_R_default に類似しているローカライズされた文字列を検索します。
101        /// </summary>
102        internal static string CsvOperator_CsvNormalBean_2_No2 {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
103
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
104                return ResourceManager.GetString("CsvOperator_CsvNormalBean_2_No2", resourceCulture);
105            }
106        }
107        
108        /// <summary>
109        ///   Column_3_R_default に類似しているローカライズされた文字列を検索します。
110        /// </summary>
111        internal static string CsvOperator_CsvNormalBean_3_Date {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
112
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
113                return ResourceManager.GetString("CsvOperator_CsvNormalBean_3_Date", resourceCulture);
114            }
115        }
116        
117        /// <summary>
118        ///   Column_3_R_default_A1 に類似しているローカライズされた文字列を検索します。
119        /// </summary>
120        internal static string CsvOperator_CsvNormalBean_3_Date_1 {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
121
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
122                return ResourceManager.GetString("CsvOperator_CsvNormalBean_3_Date_1", resourceCulture);
123            }
124        }
125        
126        /// <summary>
127        ///   Column_4_R_default に類似しているローカライズされた文字列を検索します。
128        /// </summary>
129        internal static string CsvOperator_CsvNormalBean_4_Date2 {
Visual Studio 2010
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
130
Type Class Description
gendarme AvoidUnusedInternalResourceRule This internal (assembly-level) resource (resx) does not have callers in the assembly.
            get {
131                return ResourceManager.GetString("CsvOperator_CsvNormalBean_4_Date2", resourceCulture);
132            }
133        }
134    }
135}