Uses of Interface
edu.umd.cs.findbugs.BugCollection
Packages that use BugCollection
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs
), the object model classes for bug
instances (BugInstance
,
BugAnnotation
), and other miscellany.Eventually, all model classes (BugInstance, BugCollection, etc.) should go in
this package.
The package providing a
BugReporter
implementation which produces report in SARIF format.-
Uses of BugCollection in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement BugCollectionModifier and TypeClassDescriptionclass
An implementation ofBugCollection
that keeps the BugInstances sorted by class (using the native comparison ordering of BugInstance's compareTo() method as a tie-breaker).Fields in edu.umd.cs.findbugs declared as BugCollectionModifier and TypeFieldDescriptionprivate final BugCollection
AddMessages.bugCollection
private final BugCollection
SAXBugCollectionHandler.bugCollection
Fields in edu.umd.cs.findbugs with type parameters of type BugCollectionModifier and TypeFieldDescriptionprivate final IdentityHashMap
<BugInstance, BugCollection> FuzzyBugComparator.bugCollectionMap
Keep track of which BugCollections the various BugInstances have come from.Methods in edu.umd.cs.findbugs that return BugCollectionModifier and TypeMethodDescriptionBugCollection.createEmptyCollectionWithMetadata()
Create a new empty BugCollection with the same metadata as this one.BugCollectionBugReporter.getBugCollection()
BugReportDispatcher.getBugCollection()
BugReporter.getBugCollection()
Get the bug collection (if any) associated with this bug reporterDelegatingBugReporter.getBugCollection()
EmacsBugReporter.getBugCollection()
PrintingBugReporter.getBugCollection()
SortingBugReporter.getBugCollection()
SynchronizedBugReporter.getBugCollection()
XDocsBugReporter.getBugCollection()
Methods in edu.umd.cs.findbugs with parameters of type BugCollectionModifier and TypeMethodDescriptionprivate int
BugInstance.ageInDays
(BugCollection bugCollection, long firstSeen) int
FuzzyBugComparator.compareClasses
(BugCollection lhsCollection, BugCollection rhsCollection, ClassAnnotation lhsClass, ClassAnnotation rhsClass) int
FuzzyBugComparator.compareClassesByName
(BugCollection lhsCollection, BugCollection rhsCollection, String lhsClassName, String rhsClassName) int
FuzzyBugComparator.compareMethods
(BugCollection lhsCollection, BugCollection rhsCollection, MethodAnnotation lhsMethod, MethodAnnotation rhsMethod) int
FuzzyBugComparator.compareSourceLines
(BugCollection lhsCollection, BugCollection rhsCollection, SourceLineAnnotation lhs, SourceLineAnnotation rhs) Compare source line annotations.void
ProjectStats.computeFileStats
(BugCollection bugs) ProjectStats.getFileHashes
(BugCollection bugs) void
FuzzyBugComparator.registerBugCollection
(BugCollection bugCollection) Register a BugCollection.static void
BugRanker.trimToMaxRank
(BugCollection origCollection, int maxRank) void
BugInstance.writeXML
(XMLOutput xmlOutput, BugCollection bugCollection, boolean addMessages) void
Project.writeXML
(XMLOutput xmlOutput, File destination, BugCollection bugCollection) void
Project.writeXML
(File f, BugCollection bugCollection) Constructors in edu.umd.cs.findbugs with parameters of type BugCollectionModifierConstructorDescriptionAddMessages
(BugCollection bugCollection, org.dom4j.Document document) Constructor.SAXBugCollectionHandler
(BugCollection bugCollection) SAXBugCollectionHandler
(BugCollection bugCollection, File base) private
SAXBugCollectionHandler
(String topLevelName, BugCollection bugCollection, Project project, File base) -
Uses of BugCollection in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as BugCollectionModifier and TypeFieldDescriptionprivate final BugCollection
CheckExpectedWarnings.bugCollection
Deprecated. -
Uses of BugCollection in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as BugCollectionModifier and TypeFieldDescriptionprivate BugCollection
MainFrame.bugCollection
(package private) BugCollection
BugLoader.RedoAnalysisCallback.justAnalyzed
Methods in edu.umd.cs.findbugs.gui2 that return BugCollectionModifier and TypeMethodDescriptionstatic BugCollection
BugLoader.combineBugHistories()
TODO: This really needs to be rewritten such that they don't have to choose ALL xmls in one fel swoop.static BugCollection
BugLoader.doAnalysis
(Project p) Does what it says it does, hit apple r (control r on pc) and the analysis is redone using the current projectstatic BugCollection
BugLoader.doAnalysis
(Project p, FindBugsProgress progressCallback) Performs an analysis and returns the BugSet created(package private) BugCollection
BugLoader.RedoAnalysisCallback.getBugCollection()
MainFrame.getBugCollection()
static BugCollection
BugLoader.redoAnalysisKeepComments
(Project p) Does what it says it does, hit apple r (control r on pc) and the analysis is redone using the current projectMethods in edu.umd.cs.findbugs.gui2 with parameters of type BugCollectionModifier and TypeMethodDescription(package private) static void
BugLoader.addDeadBugMatcher
(BugCollection bugCollection) void
AnalysisCallback.analysisFinished
(BugCollection results) void
BugLoader.RedoAnalysisCallback.analysisFinished
(BugCollection b) void
MainFrameMenu.enableOrDisableItems
(Project curProject, BugCollection bugCollection) static void
BugSaver.saveBugs
(File out, BugCollection data, Project p) static void
BugSaver.saveBugs
(Writer out, BugCollection data, Project p) (package private) void
MainFrame.setBugCollection
(BugCollection bugCollection) private void
MainFrame.setProjectAndBugCollection
(Project project, BugCollection bugCollection) (package private) void
MainFrame.setProjectAndBugCollectionInSwingThread
(Project project, BugCollection bc) (package private) void
MainFrame.updateProjectAndBugCollection
(BugCollection bugCollection) Constructors in edu.umd.cs.findbugs.gui2 with parameters of type BugCollection -
Uses of BugCollection in edu.umd.cs.findbugs.model
Fields in edu.umd.cs.findbugs.model declared as BugCollectionModifier and TypeFieldDescriptionprivate final BugCollection
MovedClassMap.after
private final BugCollection
MovedClassMap.before
private final BugCollection
RegenerateClassFeatures.bugCollection
Methods in edu.umd.cs.findbugs.model that return BugCollectionMethods in edu.umd.cs.findbugs.model with parameters of type BugCollectionModifier and TypeMethodDescriptionMovedClassMap.buildClassSet
(BugCollection bugCollection) Find set of classes referenced in given BugCollection.Constructors in edu.umd.cs.findbugs.model with parameters of type BugCollectionModifierConstructorDescriptionMovedClassMap
(BugCollection before, BugCollection after) RegenerateClassFeatures
(BugCollection bugCollection, String jarFile) -
Uses of BugCollection in edu.umd.cs.findbugs.sarif
Constructors in edu.umd.cs.findbugs.sarif with parameters of type BugCollectionModifierConstructorDescription(package private)
BugCollectionAnalyser
(BugCollection bugCollection) -
Uses of BugCollection in edu.umd.cs.findbugs.workflow
Fields in edu.umd.cs.findbugs.workflow declared as BugCollectionModifier and TypeFieldDescription(package private) BugCollection
Churn.bugCollection
(package private) BugCollection
ObfuscateBugs.bugCollection
(package private) BugCollection
RebornIssues.bugCollection
(package private) BugCollection
TestingGround.bugCollection
Methods in edu.umd.cs.findbugs.workflow that return BugCollectionModifier and TypeMethodDescriptionMergeSummarizeAndView.getAllBugs()
MergeSummarizeAndView.getScaryBugs()
Update.mergeCollections
(BugCollection origCollection, BugCollection newCollection, boolean copyDeadBugs, boolean incrementalAnalysis) Methods in edu.umd.cs.findbugs.workflow with parameters of type BugCollectionModifier and TypeMethodDescription(package private) boolean
Filter.FilterCommandLine.accept
(BugCollection collection, BugInstance bug) (package private) void
Filter.FilterCommandLine.adjustFilter
(Project project, BugCollection collection) static FileBugHash
FileBugHash.compute
(BugCollection origCollection) private void
Update.discardUnwantedBugs
(BugCollection newCollection) (package private) boolean
Filter.FilterCommandLine.evaluate
(BugCollection collection, BugInstance bug) void
TreemapVisualization.generateTreeMap
(BugCollection bugCollection) static long
Filter.FilterCommandLine.getVersionNum
(BugCollection collection, String val, boolean roundToLaterVersion) private void
Update.matchBugs
(BugCollection origCollection, BugCollection newCollection) private void
Update.matchBugs
(Comparator<BugInstance> bugInstanceComparator, BugCollection origCollection, BugCollection newCollection) private void
Update.matchBugs
(Comparator<BugInstance> bugInstanceComparator, BugCollection origCollection, BugCollection newCollection, Update.MatchOldBugs matchOld) Update.mergeCollections
(BugCollection origCollection, BugCollection newCollection, boolean copyDeadBugs, boolean incrementalAnalysis) void
Update.removeBaselineBugs
(BugCollection baselineCollection, BugCollection bugCollection) void
Churn.setBugCollection
(BugCollection bugCollection) void
ObfuscateBugs.setBugCollection
(BugCollection bugCollection) void
RebornIssues.setBugCollection
(BugCollection bugCollection) void
TestingGround.setBugCollection
(BugCollection bugCollection) Update.sourceFilesInCollection
(BugCollection collection) Constructors in edu.umd.cs.findbugs.workflow with parameters of type BugCollectionModifierConstructorDescriptionChurn
(BugCollection bugCollection) (package private)
FileBugHash
(BugCollection bugs) ObfuscateBugs
(BugCollection bugCollection) RebornIssues
(BugCollection bugCollection) TestingGround
(BugCollection bugCollection)