Gendarme.Framework.Confidence Enumeration
The level of confidence about the rule results. The more confidence the less likely the rule will return false positives.

Syntax

public enum Confidence

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
High The rule is near 100% certain of its result. A few false-positives are possible.
Low The rule doesn't have enough information to be certain about the defect. Many of the results are likely to be false positives. By default some runners wont display results if the confidence on the defect is low.
Normal The rule has found a potential defect but cannot be certain of the result. Some false positive are to be expected in the results.
Total The rule is 100% certain of its result. There should never be false positives for Total.

Requirements

Namespace: Gendarme.Framework
Assembly: Gendarme.Framework (in Gendarme.Framework.dll)
Assembly Versions: 2.8.0.0