Uses of Enum
edu.umd.cs.findbugs.cwe.WeaknessSeverity
Packages that use WeaknessSeverity
Package
Description
The package providing a
BugReporter
implementation which produces report in SARIF format.-
Uses of WeaknessSeverity in edu.umd.cs.findbugs.cwe
Fields in edu.umd.cs.findbugs.cwe declared as WeaknessSeverityMethods in edu.umd.cs.findbugs.cwe that return WeaknessSeverityModifier and TypeMethodDescriptionWeakness.getSeverity()
It returns always a severity (low, high, medium).static WeaknessSeverity
Returns 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 Weakness
Weakness.of
(int cweid, String name, String description, WeaknessSeverity severity) Creates a new immutable instance of a weaknessConstructors in edu.umd.cs.findbugs.cwe with parameters of type WeaknessSeverityModifierConstructorDescriptionprivate
Weakness
(int cweid, String name, String description, WeaknessSeverity severity) -
Uses of WeaknessSeverity in edu.umd.cs.findbugs.sarif
Methods in edu.umd.cs.findbugs.sarif with parameters of type WeaknessSeverityModifier and TypeMethodDescription(package private) static Level
Level.fromWeaknessSeverity
(WeaknessSeverity severity)