Uses of Class
edu.umd.cs.findbugs.sarif.Level
-
Packages that use Level Package Description edu.umd.cs.findbugs.sarif The package providing aBugReporterimplementation 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) LevelNotification. level(package private) LevelResult. levelprivate LevelTaxon. severityLevelMethods in edu.umd.cs.findbugs.sarif that return Level Modifier and Type Method Description (package private) static LevelLevel. fromBugRank(int bugRank)(package private) static LevelLevel. fromWeaknessSeverity(WeaknessSeverity severity)static LevelLevel. 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 TaxonTaxon. 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)
-