Uses of Enum
edu.umd.cs.findbugs.annotations.Confidence
Packages that use Confidence
-
Uses of Confidence in edu.umd.cs.findbugs.annotations
Subclasses with type arguments of type Confidence in edu.umd.cs.findbugs.annotationsModifier and TypeClassDescriptionenumDescribes the confidence with which FindBugs reports a bug instance.Methods in edu.umd.cs.findbugs.annotations that return ConfidenceModifier and TypeMethodDescriptionstatic ConfidenceConfidence.getConfidence(int prio) Given a numeric confidence value, report the corresponding confidence enum valuestatic ConfidenceReturns the enum constant of this type with the specified name.static Confidence[]Confidence.values()Returns an array containing the constants of this enum type, in the order they are declared.