Uses of Class
edu.umd.cs.findbugs.cwe.WeaknessSeverity
-
Packages that use WeaknessSeverity Package Description edu.umd.cs.findbugs.cwe edu.umd.cs.findbugs.sarif The package providing aBugReporter
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 WeaknessSeverity Modifier and Type Field Description private WeaknessSeverity
Weakness. severity
Methods in edu.umd.cs.findbugs.cwe that return WeaknessSeverity Modifier and Type Method Description WeaknessSeverity
Weakness. getSeverity()
It returns always a severity (low, high, medium).static WeaknessSeverity
WeaknessSeverity. valueOf(java.lang.String name)
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 WeaknessSeverity Modifier and Type Method Description static Weakness
Weakness. of(int cweid, java.lang.String name, java.lang.String description, WeaknessSeverity severity)
Creates a new immutable instance of a weaknessConstructors in edu.umd.cs.findbugs.cwe with parameters of type WeaknessSeverity Constructor Description Weakness(int cweid, java.lang.String name, java.lang.String description, WeaknessSeverity severity)
-
Uses of WeaknessSeverity in edu.umd.cs.findbugs.sarif
Methods in edu.umd.cs.findbugs.sarif with parameters of type WeaknessSeverity Modifier and Type Method Description (package private) static Level
Level. fromWeaknessSeverity(WeaknessSeverity severity)
-