Uses of Enum
edu.umd.cs.findbugs.cwe.WeaknessSeverity
Packages that use WeaknessSeverity
-
Uses of WeaknessSeverity in edu.umd.cs.findbugs.cwe
Methods in edu.umd.cs.findbugs.cwe that return WeaknessSeverityModifier and TypeMethodDescriptionWeakness.getSeverity()It returns always a severity (low, high, medium).static WeaknessSeverityReturns the enum constant of this type with the specified name.static WeaknessSeverity[]WeaknessSeverity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.umd.cs.findbugs.cwe with parameters of type WeaknessSeverityModifier and TypeMethodDescriptionstatic WeaknessWeakness.of(int cweid, String name, String description, WeaknessSeverity severity) Creates a new immutable instance of a weakness