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 aBugReporterimplementation 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 WeaknessSeverityWeakness. severityMethods in edu.umd.cs.findbugs.cwe that return WeaknessSeverity Modifier and Type Method Description WeaknessSeverityWeakness. getSeverity()It returns always a severity (low, high, medium).static WeaknessSeverityWeaknessSeverity. 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 WeaknessWeakness. 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 LevelLevel. fromWeaknessSeverity(WeaknessSeverity severity)
-