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.
-
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).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()
XDocsBugReporter.getBugCollection()
Methods in edu.umd.cs.findbugs with parameters of type BugCollectionModifier and TypeMethodDescriptionint
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) -
Uses of BugCollection in edu.umd.cs.findbugs.model
Methods in edu.umd.cs.findbugs.model that return BugCollectionConstructors 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.workflow
Methods in edu.umd.cs.findbugs.workflow that return BugCollectionModifier and TypeMethodDescriptionUpdate.mergeCollections
(BugCollection origCollection, BugCollection newCollection, boolean copyDeadBugs, boolean incrementalAnalysis) Methods in edu.umd.cs.findbugs.workflow with parameters of type BugCollectionModifier and TypeMethodDescriptionstatic FileBugHash
FileBugHash.compute
(BugCollection origCollection) void
TreemapVisualization.generateTreeMap
(BugCollection bugCollection) 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) Constructors in edu.umd.cs.findbugs.workflow with parameters of type BugCollectionModifierConstructorDescriptionChurn
(BugCollection bugCollection) ObfuscateBugs
(BugCollection bugCollection) RebornIssues
(BugCollection bugCollection) TestingGround
(BugCollection bugCollection)