Package edu.umd.cs.findbugs.sarif
Class Rule
java.lang.Object
edu.umd.cs.findbugs.sarif.Rule
Object which represents reportingDescriptor in
run.driver.rules
property. (ยง3.19.23)- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate com.google.gson.JsonObject
(package private) static Rule
fromBugPattern
(BugPattern bugPattern, String formattedMessage) (package private) com.google.gson.JsonObject
-
Field Details
-
id
-
shortDescription
-
fullDescription
-
defaultText
-
helpUri
-
tags
-
cweid
-
-
Constructor Details
-
Rule
-
-
Method Details
-
toJsonObject
com.google.gson.JsonObject toJsonObject() -
createCweRelationship
private com.google.gson.JsonObject createCweRelationship() -
fromBugPattern
-