Class BugCollectionAnalyser
java.lang.Object
edu.umd.cs.findbugs.sarif.BugCollectionAnalyser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate com.google.gson.JsonObject(package private) com.google.gson.JsonObject(package private) com.google.gson.JsonObject(package private) com.google.gson.JsonArray(package private) com.google.gson.JsonArraygetRules()private voidprocessResult(int index, BugInstance bug, SourceFinder sourceFinder) private intprocessRule(BugPattern bugPattern) private voidprocessTaxon(int cweid)
-
Field Details
-
rules
-
results
-
typeToIndex
-
indexToPlaceholders
-
taxa
-
baseToId
-
-
Constructor Details
-
BugCollectionAnalyser
BugCollectionAnalyser(@NonNull BugCollection bugCollection)
-
-
Method Details
-
getRules
com.google.gson.JsonArray getRules() -
getResults
com.google.gson.JsonArray getResults() -
getCweTaxonomy
com.google.gson.JsonObject getCweTaxonomy() -
getOriginalUriBaseIds
-
createCweTaxonomyJson
private com.google.gson.JsonObject createCweTaxonomyJson() -
processResult
-
processRule
-
processTaxon
private void processTaxon(int cweid) -
getBaseToId
-