Uses of Interface
edu.umd.cs.findbugs.BugCollection
-
Packages that use BugCollection Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany.edu.umd.cs.findbugs.cloud edu.umd.cs.findbugs.cloud.db edu.umd.cs.findbugs.gui2 edu.umd.cs.findbugs.model Eventually, all model classes (BugInstance, BugCollection, etc.) should go in this package.edu.umd.cs.findbugs.workflow -
-
Uses of BugCollection in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement BugCollection Modifier and Type Class Description classSortedBugCollectionAn implementation ofBugCollectionthat 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 BugCollection Modifier and Type Method Description BugCollectionBugCollection. createEmptyCollectionWithMetadata()Create a new empty BugCollection with the same metadata as this one.BugCollectionAddAnnotation. getBugCollection()BugCollectionBugCollectionBugReporter. getBugCollection()Methods in edu.umd.cs.findbugs with parameters of type BugCollection Modifier and Type Method Description intFuzzyBugComparator. compareClasses(BugCollection lhsCollection, BugCollection rhsCollection, ClassAnnotation lhsClass, ClassAnnotation rhsClass)intFuzzyBugComparator. compareClassesByName(BugCollection lhsCollection, BugCollection rhsCollection, java.lang.String lhsClassName, java.lang.String rhsClassName)intFuzzyBugComparator. compareMethods(BugCollection lhsCollection, BugCollection rhsCollection, MethodAnnotation lhsMethod, MethodAnnotation rhsMethod)intFuzzyBugComparator. compareSourceLines(BugCollection lhsCollection, BugCollection rhsCollection, SourceLineAnnotation lhs, SourceLineAnnotation rhs)Compare source line annotations.voidProjectStats. computeFileStats(BugCollection bugs)voidFuzzyBugComparator. registerBugCollection(BugCollection bugCollection)Register a BugCollection.voidQueryBugAnnotations. scan(BugCollection bugCollection, java.lang.String filename)Scan bug instances contained in given bug collection, reporting those whose text annotations contain at least one of the keywords in the query.voidBugInstance. setAnnotationText(java.lang.String annotationText, BugCollection bugCollection)Set the user annotation text.voidBugInstance. setUserDesignationKey(java.lang.String key, BugCollection bugCollection)voidBugInstance. setUserDesignationKeyIndex(int index, BugCollection bugCollection)sstatic voidBugRanker. trimToMaxRank(BugCollection origCollection, int maxRank)Constructors in edu.umd.cs.findbugs with parameters of type BugCollection Constructor Description AddAnnotation(BugCollection bugCollection, java.lang.String annotation)AddMessages(BugCollection bugCollection, org.dom4j.Document document)Constructor.SAXBugCollectionHandler(BugCollection bugCollection, java.io.File base) -
Uses of BugCollection in edu.umd.cs.findbugs.cloud
Fields in edu.umd.cs.findbugs.cloud declared as BugCollection Modifier and Type Field Description protected BugCollectionAbstractCloud. bugCollectionMethods in edu.umd.cs.findbugs.cloud that return BugCollection Modifier and Type Method Description BugCollectionAbstractCloud. getBugCollection()BugCollectionCloud. getBugCollection()Methods in edu.umd.cs.findbugs.cloud with parameters of type BugCollection Modifier and Type Method Description static CloudCloudFactory. getCloud(BugCollection bc)static CloudCloudFactory. getPlainCloud(BugCollection bc)Constructors in edu.umd.cs.findbugs.cloud with parameters of type BugCollection Constructor Description AbstractCloud(BugCollection bugs) -
Uses of BugCollection in edu.umd.cs.findbugs.cloud.db
Constructors in edu.umd.cs.findbugs.cloud.db with parameters of type BugCollection Constructor Description DBCloud(BugCollection bugs) -
Uses of BugCollection in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 that return BugCollection Modifier and Type Method Description static BugCollectionBugLoader. combineBugHistories()TODO: This really needs to be rewritten such that they don't have to choose ALL xmls in one fel swoop.static BugCollectionBugLoader. 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 BugCollectionBugLoader. doAnalysis(Project p, FindBugsProgress progressCallback)Performs an analysis and returns the BugSet createdstatic BugCollectionBugLoader. 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 BugCollection Modifier and Type Method Description voidAnalysisCallback. analysisFinished(BugCollection results)static BugSetBugLoader. loadBugsHelper(BugCollection collection)static voidBugSaver. saveBugs(java.io.File out, BugCollection data, Project p)static voidBugSaver. saveBugs(java.io.OutputStream out, BugCollection data, Project p) -
Uses of BugCollection in edu.umd.cs.findbugs.model
Methods in edu.umd.cs.findbugs.model that return BugCollection Modifier and Type Method Description BugCollectionRegenerateClassFeatures. getBugCollection()Constructors in edu.umd.cs.findbugs.model with parameters of type BugCollection Constructor Description MovedClassMap(BugCollection before, BugCollection after)RegenerateClassFeatures(BugCollection bugCollection, java.lang.String jarFile) -
Uses of BugCollection in edu.umd.cs.findbugs.workflow
Methods in edu.umd.cs.findbugs.workflow that return BugCollection Modifier and Type Method Description BugCollectionMergeSummarizeAndView. getAllBugs()BugCollectionMergeSummarizeAndView. getScaryBugs()BugCollectionUpdate. mergeCollections(BugCollection origCollection, BugCollection newCollection, boolean copyDeadBugs, boolean incrementalAnalysis)Methods in edu.umd.cs.findbugs.workflow with parameters of type BugCollection Modifier and Type Method Description static FileBugHashFileBugHash. compute(BugCollection origCollection)BugCollectionUpdate. mergeCollections(BugCollection origCollection, BugCollection newCollection, boolean copyDeadBugs, boolean incrementalAnalysis)voidUpdate. removeBaselineBugs(BugCollection baselineCollection, BugCollection bugCollection)voidChurn. setBugCollection(BugCollection bugCollection)voidMineBugHistory. setBugCollection(BugCollection bugCollection)voidRebornIssues. setBugCollection(BugCollection bugCollection)voidTestingGround. setBugCollection(BugCollection bugCollection)Constructors in edu.umd.cs.findbugs.workflow with parameters of type BugCollection Constructor Description Churn(BugCollection bugCollection)MineBugHistory(BugCollection bugCollection)RebornIssues(BugCollection bugCollection)TestingGround(BugCollection bugCollection)
-