Uses of Class
edu.umd.cs.findbugs.sarif.Level
-
Packages that use Level Package Description edu.umd.cs.findbugs.sarif The package providing aBugReporter
implementation which produces report in SARIF format. -
-
Uses of Level in edu.umd.cs.findbugs.sarif
Fields in edu.umd.cs.findbugs.sarif declared as Level Modifier and Type Field Description (package private) Level
Notification. level
(package private) Level
Result. level
private Level
Taxon. severityLevel
Methods in edu.umd.cs.findbugs.sarif that return Level Modifier and Type Method Description (package private) static Level
Level. fromBugRank(int bugRank)
(package private) static Level
Level. fromWeaknessSeverity(WeaknessSeverity severity)
static Level
Level. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Level[]
Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.umd.cs.findbugs.sarif with parameters of type Level Modifier and Type Method Description static Taxon
Taxon. from(java.lang.String id, java.util.UUID guid, java.lang.String shortDescription, java.lang.String fullDescription, Level severityLevel)
Create a new taxon element (see: ยง3.19.3).Constructors in edu.umd.cs.findbugs.sarif with parameters of type Level Constructor Description Notification(java.lang.String id, java.lang.String message, Level level, SarifException exception)
Result(java.lang.String ruleId, int ruleIndex, Message message, java.util.List<Location> locations, Level level)
Taxon(java.lang.String id, java.util.UUID guid, java.lang.String shortDescription, java.lang.String fullDescription, Level severityLevel)
-