-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNRough.FxCop
643 lines (643 loc) · 29.8 KB
/
NRough.FxCop
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
<?xml version="1.0" encoding="utf-8"?>
<FxCopProject Version="10.0" Name="NRough">
<ProjectOptions>
<SharedProject>True</SharedProject>
<Stylesheet Apply="False">c:\program files (x86)\microsoft fxcop 1.36\Xml\FxCopReport.xsl</Stylesheet>
<SaveMessages>
<Project Status="Active, Excluded" NewOnly="False" />
<Report Status="Active" NewOnly="False" />
</SaveMessages>
<ProjectFile Compress="True" DefaultTargetCheck="True" DefaultRuleCheck="True" SaveByRuleGroup="" Deterministic="True" />
<EnableMultithreadedLoad>True</EnableMultithreadedLoad>
<EnableMultithreadedAnalysis>True</EnableMultithreadedAnalysis>
<SourceLookup>True</SourceLookup>
<AnalysisExceptionsThreshold>10</AnalysisExceptionsThreshold>
<RuleExceptionsThreshold>1</RuleExceptionsThreshold>
<Spelling Locale="pl-PL" />
<OverrideRuleVisibilities>False</OverrideRuleVisibilities>
<CustomDictionaries SearchFxCopDir="True" SearchUserProfile="True" SearchProjectDir="True" />
<SearchGlobalAssemblyCache>False</SearchGlobalAssemblyCache>
<DeadlockDetectionTimeout>120</DeadlockDetectionTimeout>
<IgnoreGeneratedCode>False</IgnoreGeneratedCode>
</ProjectOptions>
<Targets>
<AssemblyReferenceDirectories>
<Directory>$(ProjectDir)/NRough.Datamining.GeneticAlgorithm/bin/Debug/</Directory>
<Directory>$(ProjectDir)/Data/obj/Debug/</Directory>
<Directory>$(ProjectDir)/NRough.Datamining.RoughSet/obj/Debug/</Directory>
<Directory>$(ProjectDir)/NRough.Test/obj/Debug/</Directory>
<Directory>$(ProjectDir)/NRough.Core/obj/Debug/</Directory>
</AssemblyReferenceDirectories>
<Target Name="$(ProjectDir)/Data/bin/Debug/NRough.Data.dll" Analyze="True" AnalyzeAllChildren="True" />
<Target Name="$(ProjectDir)/NRough.Datamining.RoughSet/bin/Debug/NRough.Datamining.RoughSet.dll" Analyze="True" AnalyzeAllChildren="True" />
<Target Name="$(ProjectDir)/NRough.Datamining/bin/Debug/NRough.Datamining.dll" Analyze="True" AnalyzeAllChildren="True" />
<Target Name="$(ProjectDir)/NRough.Test/bin/Debug/NRough.Test.dll" Analyze="True" AnalyzeAllChildren="True" />
<Target Name="$(ProjectDir)/NRough.Core/bin/Debug/NRough.Core.dll" Analyze="True" AnalyzeAllChildren="True" />
</Targets>
<Rules>
<RuleFiles>
<RuleFile Name="$(FxCopDir)\Rules\DesignRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\GlobalizationRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\InteroperabilityRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\MobilityRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\NamingRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\PerformanceRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\PortabilityRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\SecurityRules.dll" Enabled="True" AllRulesEnabled="True" />
<RuleFile Name="$(FxCopDir)\Rules\UsageRules.dll" Enabled="True" AllRulesEnabled="True" />
</RuleFiles>
<Groups />
<Settings />
</Rules>
<FxCopReport Version="10.0">
<Targets>
<Target Name="$(ProjectDir)/Data/bin/Debug/NRough.Data.dll">
<Modules>
<Module Name="NRough.data.dll">
<Namespaces>
<Namespace Name="NRough.Data">
<Types>
<Type Name="IDataStoreSplitter">
<Members>
<Member Name="#Split(NRough.Data.DataStore&,NRough.Data.DataStore&)">
<Messages>
<Message Id="0#" TypeName="DoNotPassTypesByReference" Category="Microsoft.Design" CheckId="CA1045" Created="2012-06-02 18:58:12Z">
<Issue Level="CriticalWarning">
<Item>'dataStore1'</Item>
</Issue>
</Message>
<Message Id="1#" TypeName="DoNotPassTypesByReference" Category="Microsoft.Design" CheckId="CA1045" Created="2012-06-02 18:58:12Z">
<Issue Level="CriticalWarning">
<Item>'dataStore2'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="IObjectSetInfo">
<Members>
<Member Name="#GetDecisionValues()">
<Messages>
<Message TypeName="UsePropertiesWhereAppropriate" Category="Microsoft.Design" CheckId="CA1024" Created="2012-06-10 15:01:00Z">
<Issue Certainty="50">
<Item>'IObjectSetInfo.GetDecisionValues()'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
</Types>
</Namespace>
</Namespaces>
</Module>
</Modules>
</Target>
<Target Name="$(ProjectDir)/NRough.Datamining.RoughSet/bin/Debug/NRough.Datamining.RoughSet.dll">
<Modules>
<Module Name="NRough.datamining.roughset.dll">
<Namespaces>
<Namespace Name="NRough.Datamining.Roughset">
<Types>
<Type Name=ReductFactoryKeyHelper.Bireduct>
<Members>
<Member Name="#.ctor(NRough.Data.DataStore,System.int[],System.int[])">
<Messages>
<Message TypeName="DoNotCallOverridableMethodsInConstructors" Category="Microsoft.Usage" CheckId="CA2214" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'Bireduct.Bireduct(DataStore, int[], int[])'</Item>
<Item>

Bireduct..ctor(DataStore, int[], int[])
Reduct.BuildEquivalenceMap():Void</Item>
</Issue>
</Message>
</Messages>
</Member>
<Member Name="#ToString()">
<Messages>
<Message Id="System.Int32.ToString" TypeName="SpecifyIFormatProvider" Category="Microsoft.Globalization" CheckId="CA1305" Created="2012-07-28 09:44:46Z">
<Issue Name="IFormatProviderAlternateString">
<Item>'int.ToString()'</Item>
<Item>'Bireduct.ToString()'</Item>
<Item>'int.ToString(IFormatProvider)'</Item>
<Item>'CultureInfo.CurrentCulture'</Item>
<Item>'CultureInfo.InvariantCulture'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="PermutationGenerator">
<Members>
<Member Name="#elements">
<Messages>
<Message TypeName="DoNotDeclareVisibleInstanceFields" Category="Microsoft.Design" CheckId="CA1051" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'PermutationGenerator.elements'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="PermutationGeneratorFieldObject">
<Members>
<Member Name="#GetAndRemoveListElement`1(System.Collections.Generic.List`1<!!0>)">
<Messages>
<Message TypeName="DoNotExposeGenericLists" Category="Microsoft.Design" CheckId="CA1002" Created="2012-06-27 07:00:32Z">
<Issue>
<Item>'List<T>'</Item>
<Item>'PermutationGeneratorFieldObject.GetAndRemoveListElement<T>(List<T>)'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="PermutationList">
<Members>
<Member Name="#.ctor(System.Collections.Generic.List`1<NRough.Datamining.Roughset.Permutation>)">
<Messages>
<Message TypeName="DoNotExposeGenericLists" Category="Microsoft.Design" CheckId="CA1002" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'List<Permutation>'</Item>
<Item>'PermutationList.PermutationList(List<Permutation>)'</Item>
</Issue>
</Message>
</Messages>
</Member>
<Member Name="#InternalList">
<Messages>
<Message TypeName="DoNotExposeGenericLists" Category="Microsoft.Design" CheckId="CA1002" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'List<Permutation>'</Item>
<Item>'PermutationList.InternalList'</Item>
</Issue>
</Message>
</Messages>
</Member>
<Member Name="#LoadFromJson(System.String)">
<Messages>
<Message Id="json" TypeName="RemoveUnusedLocals" Category="Microsoft.Performance" CheckId="CA1804" Created="2012-06-09 08:26:20Z">
<Issue>
<Item>'PermutationList.LoadFromJson(string)'</Item>
<Item>'json'</Item>
<Item>'JObject'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="Reduct">
<Members>
<Member Name="#.ctor(NRough.Data.DataStore,System.int[])">
<Messages>
<Message TypeName="DoNotCallOverridableMethodsInConstructors" Category="Microsoft.Usage" CheckId="CA2214" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'Reduct.Reduct(DataStore, int[])'</Item>
<Item>

Reduct..ctor(DataStore, int[])
Reduct.BuildEquivalenceMap():Void</Item>
</Issue>
</Message>
</Messages>
</Member>
<Member Name="#partitionMap">
<Messages>
<Message TypeName="DoNotDeclareVisibleInstanceFields" Category="Microsoft.Design" CheckId="CA1051" Created="2012-06-24 11:58:11Z">
<Issue>
<Item>'Reduct.partitionMap'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="ReductCache">
<Members>
<Member Name="#Set(System.String,System.Object,System.String)">
<Messages>
<Message Id="Set" TypeName="IdentifiersShouldNotMatchKeywords" Category="Microsoft.Naming" CheckId="CA1716" Created="2012-06-02 18:58:12Z">
<Issue Name="Member">
<Item>'ReductCache.Set(string, object, string)'</Item>
<Item>Set</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="ReductGenerator">
<Members>
<Member Name="#numberOfThreads">
<Messages>
<Message TypeName="AvoidUnusedPrivateFields" Category="Microsoft.Performance" CheckId="CA1823" Created="2012-07-28 09:44:46Z">
<Issue>
<Item>'ReductGenerator.numberOfThreads'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="ReductMeasureGenerator">
<Members>
<Member Name="#dataSetQuality">
<Messages>
<Message TypeName="DoNotDeclareVisibleInstanceFields" Category="Microsoft.Design" CheckId="CA1051" Created="2012-06-04 06:40:28Z">
<Issue>
<Item>'ReductMeasureGenerator.dataSetQuality'</Item>
</Issue>
</Message>
</Messages>
</Member>
<Member Name="#GetReductQuality()">
<Messages>
<Message TypeName="UsePropertiesWhereAppropriate" Category="Microsoft.Design" CheckId="CA1024" Created="2012-06-22 21:41:58Z">
<Issue Certainty="50">
<Item>'ReductMeasureGenerator.GetReductQuality()'</Item>
</Issue>
</Message>
</Messages>
</Member>
<Member Name="#roughMeasure">
<Messages>
<Message TypeName="DoNotDeclareVisibleInstanceFields" Category="Microsoft.Design" CheckId="CA1051" Created="2012-06-04 06:40:28Z">
<Issue>
<Item>'ReductMeasureGenerator.roughMeasure'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="ReductStatistic">
<Members>
<Member Name="#AddObject(System.Int32,System.Int64)">
<Messages>
<Message Id="objectIndex" TypeName="ReviewUnusedParameters" Category="Microsoft.Usage" CheckId="CA1801" Created="2012-07-28 09:44:46Z" FixCategory="NonBreaking">
<Issue>
<Item>'objectIndex'</Item>
<Item>'ReductStatistic.AddObject(int, long)'</Item>
</Issue>
</Message>
</Messages>
</Member>
<Member Name="#RemoveObject(System.Int32,System.Int64)">
<Messages>
<Message Id="objectIndex" TypeName="ReviewUnusedParameters" Category="Microsoft.Usage" CheckId="CA1801" Created="2012-07-28 09:44:46Z" FixCategory="NonBreaking">
<Issue>
<Item>'objectIndex'</Item>
<Item>'ReductStatistic.RemoveObject(int, long)'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="ReductStore">
<Members>
<Member Name="#ReductSet">
<Messages>
<Message TypeName="DoNotExposeGenericLists" Category="Microsoft.Design" CheckId="CA1002" Created="2012-07-28 09:44:46Z">
<Issue>
<Item>'List<IReduct>'</Item>
<Item>'ReductStore.ReductSet'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="ReductStoreMulti">
<Members>
<Member Name="#ReductCheckWorkItem(System.Object)">
<Messages>
<Message Id="obj" TypeName="IdentifiersShouldNotContainTypeNames" Category="Microsoft.Naming" CheckId="CA1720" Created="2012-06-27 06:47:47Z">
<Issue Name="LanguageIndependentMemberParameter">
<Item>'ReductStoreMulti.ReductCheckWorkItem(object)'</Item>
<Item>obj</Item>
<Item>'obj'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="RoughClassifier">
<Members>
<Member Name="#ReductStore">
<Accessors>
<Accessor Name="#set_ReductStore(NRough.Datamining.Roughset.IReductStore)">
<Messages>
<Message TypeName="AvoidUncalledPrivateCode" Category="Microsoft.Performance" CheckId="CA1811" Created="2012-07-28 09:44:46Z">
<Issue>
<Item>'RoughClassifier.ReductStore.set(IReductStore)'</Item>
</Issue>
</Message>
</Messages>
</Accessor>
</Accessors>
</Member>
</Members>
</Type>
</Types>
</Namespace>
</Namespaces>
</Module>
</Modules>
</Target>
<Target Name="$(ProjectDir)/NRough.Datamining/bin/Debug/NRough.Datamining.dll">
<Modules>
<Module Name="NRough.datamining.dll">
<Namespaces>
<Namespace Name="NRough.Datamining">
<Types>
<Type Name="ClassificationResult">
<Members>
<Member Name="#ResultHeader()">
<Messages>
<Message TypeName="MarkMembersAsStatic" Category="Microsoft.Performance" CheckId="CA1822" Created="2012-06-02 18:58:12Z" FixCategory="DependsOnFix">
<Issue>
<Item>'ClassificationResult.ResultHeader()'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
</Types>
</Namespace>
</Namespaces>
</Module>
</Modules>
</Target>
<Target Name="$(ProjectDir)/NRough.Test/bin/Debug/NRough.Test.dll">
<Modules>
<Module Name="NRough.test.dll">
<Namespaces>
<Namespace Name="NRough.Test">
<Types>
<Type Name="ITestRunable">
<Members>
<Member Name="#GetResult()">
<Messages>
<Message TypeName="UsePropertiesWhereAppropriate" Category="Microsoft.Design" CheckId="CA1024" Created="2012-06-02 18:58:12Z">
<Issue Certainty="50">
<Item>'ITestRunable.GetResult()'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="ParameterNumericRange`1">
<Messages>
<Message TypeName="EnumeratorsShouldBeStronglyTyped" Category="Microsoft.Design" CheckId="CA1038" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'ParameterNumericRange<T>'</Item>
</Issue>
</Message>
<Message TypeName="ICollectionImplementationsHaveStronglyTypedMembers" Category="Microsoft.Design" CheckId="CA1035" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'ParameterNumericRange<T>'</Item>
</Issue>
</Message>
</Messages>
</Type>
<Type Name="ParameterObject`1">
<Messages>
<Message TypeName="EnumeratorsShouldBeStronglyTyped" Category="Microsoft.Design" CheckId="CA1038" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'ParameterObject<T>'</Item>
</Issue>
</Message>
<Message TypeName="ICollectionImplementationsHaveStronglyTypedMembers" Category="Microsoft.Design" CheckId="CA1035" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'ParameterObject<T>'</Item>
</Issue>
</Message>
</Messages>
</Type>
<Type Name="ParameterObjectReference`1">
<Messages>
<Message TypeName="EnumeratorsShouldBeStronglyTyped" Category="Microsoft.Design" CheckId="CA1038" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'ParameterObjectReference<T>'</Item>
</Issue>
</Message>
<Message TypeName="ICollectionImplementationsHaveStronglyTypedMembers" Category="Microsoft.Design" CheckId="CA1035" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'ParameterObjectReference<T>'</Item>
</Issue>
</Message>
</Messages>
</Type>
<Type Name="ParameterValue`1">
<Messages>
<Message TypeName="EnumeratorsShouldBeStronglyTyped" Category="Microsoft.Design" CheckId="CA1038" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'ParameterValue<T>'</Item>
</Issue>
</Message>
<Message TypeName="ICollectionImplementationsHaveStronglyTypedMembers" Category="Microsoft.Design" CheckId="CA1035" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'ParameterValue<T>'</Item>
</Issue>
</Message>
</Messages>
</Type>
<Type Name="ParameterValueList`1">
<Messages>
<Message TypeName="EnumeratorsShouldBeStronglyTyped" Category="Microsoft.Design" CheckId="CA1038" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'ParameterValueList<T>'</Item>
</Issue>
</Message>
<Message TypeName="ICollectionImplementationsHaveStronglyTypedMembers" Category="Microsoft.Design" CheckId="CA1035" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'ParameterValueList<T>'</Item>
</Issue>
</Message>
</Messages>
</Type>
<Type Name="ParameterVectorEnumerator">
<Messages>
<Message TypeName="EnumeratorsShouldBeStronglyTyped" Category="Microsoft.Design" CheckId="CA1038" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>'ParameterVectorEnumerator'</Item>
</Issue>
</Message>
</Messages>
</Type>
<Type Name="TestParameter">
<Members>
<Member Name="#Count">
<Accessors>
<Accessor Name="#get_Count()">
<Messages>
<Message TypeName="DoNotRaiseExceptionsInUnexpectedLocations" Category="Microsoft.Design" CheckId="CA1065" Created="2012-06-02 18:58:12Z" FixCategory="Breaking">
<Issue Name="PropertyGetter" Level="Warning">
<Item>'TestParameter.Count.get()'</Item>
<Item>'NotImplementedException'</Item>
</Issue>
</Message>
</Messages>
</Accessor>
</Accessors>
</Member>
<Member Name="#Current">
<Accessors>
<Accessor Name="#get_Current()">
<Messages>
<Message TypeName="DoNotRaiseExceptionsInUnexpectedLocations" Category="Microsoft.Design" CheckId="CA1065" Created="2012-06-02 18:58:12Z" FixCategory="Breaking">
<Issue Name="PropertyGetter" Level="Warning">
<Item>'TestParameter.Current.get()'</Item>
<Item>'NotImplementedException'</Item>
</Issue>
</Message>
</Messages>
</Accessor>
</Accessors>
</Member>
</Members>
</Type>
</Types>
</Namespace>
</Namespaces>
</Module>
</Modules>
</Target>
<Target Name="$(ProjectDir)/NRough.Core/bin/Debug/NRough.Core.dll">
<Modules>
<Module Name="NRough.Core.dll">
<Namespaces>
<Namespace Name="NRough.Core">
<Types>
<Type Name="HashHelper">
<Members>
<Member Name="#CombineHashCode`1(System.Int32,!!0)">
<Messages>
<Message Id="31*hashCode" TypeName="OperationsShouldNotOverflow" Category="Microsoft.Usage" CheckId="CA2233" Created="2012-06-02 18:58:12Z">
<Issue>
<Item>31*hashCode</Item>
<Item>'HashHelper.CombineHashCode<T>(this int, T)'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="NRoughHelper">
<Members>
<Member Name="#IntArray2Ranges(System.int[],System.String,System.String)">
<Messages>
<Message TypeName="DefaultParametersShouldNotBeUsed" Category="Microsoft.Design" CheckId="CA1026" Created="2012-07-28 09:44:46Z">
<Issue>
<Item>'NRoughHelper.IntArray2Ranges(int[], string, string)'</Item>
</Issue>
</Message>
</Messages>
</Member>
<Member Name="#IntArray2Ranges(System.Int64[],System.String,System.String)">
<Messages>
<Message TypeName="DefaultParametersShouldNotBeUsed" Category="Microsoft.Design" CheckId="CA1026" Created="2012-07-28 09:44:46Z">
<Issue>
<Item>'NRoughHelper.IntArray2Ranges(long[], string, string)'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
<Type Name="PascalSet">
<Members>
<Member Name="#op_Addition(NRough.Core.PascalSet,NRough.Core.PascalSet)">
<Messages>
<Message TypeName="OverloadOperatorEqualsOnOverloadingAddAndSubtract" Category="Microsoft.Design" CheckId="CA1013" Created="2012-06-09 08:38:48Z">
<Issue>
<Item>'PascalSet'</Item>
<Item>'PascalSet.operator +(PascalSet, PascalSet)'</Item>
</Issue>
</Message>
</Messages>
</Member>
<Member Name="#op_Subtraction(NRough.Core.PascalSet,NRough.Core.PascalSet)">
<Messages>
<Message TypeName="OverloadOperatorEqualsOnOverloadingAddAndSubtract" Category="Microsoft.Design" CheckId="CA1013" Created="2012-06-09 08:38:48Z">
<Issue>
<Item>'PascalSet'</Item>
<Item>'PascalSet.operator -(PascalSet, PascalSet)'</Item>
</Issue>
</Message>
</Messages>
</Member>
</Members>
</Type>
</Types>
</Namespace>
</Namespaces>
</Module>
</Modules>
</Target>
</Targets>
<Rules>
<Rule TypeName="AvoidUncalledPrivateCode" Category="Microsoft.Performance" CheckId="CA1811">
<Resolution Name="Default">{0} appears to have no upstream public or protected callers.</Resolution>
</Rule>
<Rule TypeName="AvoidUnusedPrivateFields" Category="Microsoft.Performance" CheckId="CA1823">
<Resolution Name="Default">It appears that field {0} is never used or is only ever assigned to. Use this field or remove it.</Resolution>
</Rule>
<Rule TypeName="DefaultParametersShouldNotBeUsed" Category="Microsoft.Design" CheckId="CA1026">
<Resolution Name="Default">Replace method {0} with an overload that supplies all default arguments.</Resolution>
</Rule>
<Rule TypeName="DoNotCallOverridableMethodsInConstructors" Category="Microsoft.Usage" CheckId="CA2214">
<Resolution Name="Default">{0} contains a call chain that results in a call to a virtual method defined by the class. Review the following call stack for unintended consequences: {1}</Resolution>
</Rule>
<Rule TypeName="DoNotDeclareVisibleInstanceFields" Category="Microsoft.Design" CheckId="CA1051">
<Resolution Name="Default">Because field {0} is visible outside of its declaring type, change its accessibility to private and add a property, with the same accessibility as the field has currently, to provide access to it.</Resolution>
</Rule>
<Rule TypeName="DoNotExposeGenericLists" Category="Microsoft.Design" CheckId="CA1002">
<Resolution Name="Default">Change {0} in {1} to use Collection<T>, ReadOnlyCollection<T> or KeyedCollection<K,V></Resolution>
</Rule>
<Rule TypeName="DoNotPassTypesByReference" Category="Microsoft.Design" CheckId="CA1045">
<Resolution Name="Default">Consider a design that does not require that {0} be a reference parameter.</Resolution>
</Rule>
<Rule TypeName="DoNotRaiseExceptionsInUnexpectedLocations" Category="Microsoft.Design" CheckId="CA1065">
<Resolution Name="PropertyGetter">{0} creates an exception of type {1}, an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception.</Resolution>
</Rule>
<Rule TypeName="EnumeratorsShouldBeStronglyTyped" Category="Microsoft.Design" CheckId="CA1038">
<Resolution Name="Default">{0} should provide a strongly typed implementation of IEnumerator.Current.</Resolution>
</Rule>
<Rule TypeName="ICollectionImplementationsHaveStronglyTypedMembers" Category="Microsoft.Design" CheckId="CA1035">
<Resolution Name="Default">{0} should provide a strongly typed implementation of ICollection.CopyTo.</Resolution>
</Rule>
<Rule TypeName="IdentifiersShouldNotContainTypeNames" Category="Microsoft.Naming" CheckId="CA1720">
<Resolution Name="LanguageIndependentMemberParameter">In member {0}, consider replacing the data type identifier '{1}' in parameter name {2} with a more generic term, such as 'value'.</Resolution>
</Rule>
<Rule TypeName="IdentifiersShouldNotMatchKeywords" Category="Microsoft.Naming" CheckId="CA1716">
<Resolution Name="Member">Rename virtual/interface member {0} so that it no longer conflicts with the reserved language keyword '{1}'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member.</Resolution>
</Rule>
<Rule TypeName="MarkMembersAsStatic" Category="Microsoft.Performance" CheckId="CA1822">
<Resolution Name="Default">The 'this' parameter (or 'Me' in Visual Basic) of {0} is never used. Mark the member as static (or Shared in Visual Basic) or use 'this'/'Me' in the method body or at least one property accessor, if appropriate.</Resolution>
</Rule>
<Rule TypeName="OperationsShouldNotOverflow" Category="Microsoft.Usage" CheckId="CA2233">
<Resolution Name="Default">Correct the potential overflow in the operation '{0}' in {1}.</Resolution>
</Rule>
<Rule TypeName="OverloadOperatorEqualsOnOverloadingAddAndSubtract" Category="Microsoft.Design" CheckId="CA1013">
<Resolution Name="Default">Consider adding an overload of the equality operator for {0} that takes the same parameters as {1}.</Resolution>
</Rule>
<Rule TypeName="RemoveUnusedLocals" Category="Microsoft.Performance" CheckId="CA1804">
<Resolution Name="Default">{0} declares a variable, {1}, of type {2}, which is never used or is only assigned to. Use this variable or remove it.</Resolution>
</Rule>
<Rule TypeName="ReviewUnusedParameters" Category="Microsoft.Usage" CheckId="CA1801">
<Resolution Name="Default">Parameter {0} of {1} is never used. Remove the parameter or use it in the method body.</Resolution>
</Rule>
<Rule TypeName="SpecifyIFormatProvider" Category="Microsoft.Globalization" CheckId="CA1305">
<Resolution Name="IFormatProviderAlternateString">Because the behavior of {0} could vary based on the current user's locale settings, replace this call in {1} with a call to {2}. If the result of {2} will be displayed to the user, specify {3} as the 'IFormatProvider' parameter. Otherwise, if the result will be stored and accessed by software, such as when it is persisted to disk or to a database, specify {4}.</Resolution>
</Rule>
<Rule TypeName="UsePropertiesWhereAppropriate" Category="Microsoft.Design" CheckId="CA1024">
<Resolution Name="Default">Change {0} to a property if appropriate.</Resolution>
</Rule>
</Rules>
</FxCopReport>
</FxCopProject>