FindBugs™ 1.3.4

Uses of Interface
edu.umd.cs.findbugs.BugCollection

Packages that use BugCollection
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.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
 class SortedBugCollection
          An implementation of BugCollection 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 BugCollection
 BugCollection BugCollection.createEmptyCollectionWithMetadata()
          Create a new empty BugCollection with the same metadata as this one.
 BugCollection AddAnnotation.getBugCollection()
           
 BugCollection BugCollectionBugReporter.getBugCollection()
           
 

Methods in edu.umd.cs.findbugs with parameters of type BugCollection
 int FuzzyBugComparator.compareClasses(BugCollection lhsCollection, BugCollection rhsCollection, ClassAnnotation lhsClass, ClassAnnotation rhsClass)
           
 int FuzzyBugComparator.compareClassesByName(BugCollection lhsCollection, BugCollection rhsCollection, java.lang.String lhsClassName, java.lang.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 FuzzyBugComparator.registerBugCollection(BugCollection bugCollection)
          Register a BugCollection.
 void QueryBugAnnotations.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.
 

Constructors in edu.umd.cs.findbugs with parameters of type BugCollection
AddAnnotation(BugCollection bugCollection, Project project, java.lang.String annotation)
           
AddMessages(BugCollection bugCollection, org.dom4j.Document document)
          Constructor.
SAXBugCollectionHandler(BugCollection bugCollection, Project project, java.io.File base)
           
SAXBugCollectionHandler(java.lang.String topLevelName, BugCollection bugCollection, Project project, java.io.File base)
           
 

Uses of BugCollection in edu.umd.cs.findbugs.gui2
 

Methods in edu.umd.cs.findbugs.gui2 that return BugCollection
static BugCollection BugLoader.combineBugHistories(Project project)
          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 project
static BugCollection BugLoader.doAnalysis(Project p, FindBugsProgress progressCallback)
          Performs an analysis and returns the BugSet created
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 project
 

Methods in edu.umd.cs.findbugs.gui2 with parameters of type BugCollection
 void AnalysisCallback.analysisFinished(BugCollection results)
           
static BugSet BugLoader.loadBugsHelper(BugCollection collection)
           
static void BugSaver.saveBugs(java.io.File out, BugCollection data, Project p)
           
static void BugSaver.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
 BugCollection RegenerateClassFeatures.getBugCollection()
           
 

Constructors in edu.umd.cs.findbugs.model with parameters of type BugCollection
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
 BugCollection Update.mergeCollections(BugCollection origCollection, BugCollection newCollection, boolean copyDeadBugs, boolean incrementalAnalysis)
           
 

Methods in edu.umd.cs.findbugs.workflow with parameters of type BugCollection
 BugCollection Update.mergeCollections(BugCollection origCollection, BugCollection newCollection, boolean copyDeadBugs, boolean incrementalAnalysis)
           
 void Update.removeBaselineBugs(BugCollection baselineCollection, BugCollection bugCollection)
           
 void MineBugHistory.setBugCollection(BugCollection bugCollection)
           
 

Constructors in edu.umd.cs.findbugs.workflow with parameters of type BugCollection
MineBugHistory(BugCollection bugCollection)
           
 


FindBugs™ 1.3.4

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.