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.gui2 | |
edu.umd.cs.findbugs.launchGUI | |
edu.umd.cs.findbugs.workflow |
Modifier and Type | Method and Description |
---|---|
SortedBugCollection |
SortedBugCollection.createEmptyCollectionWithMetadata() |
SortedBugCollection |
SortedBugCollection.duplicate() |
SortedBugCollection |
NewResults.execute()
Deprecated.
|
Constructor and Description |
---|
NewResults(SortedBugCollection origCollection,
SortedBugCollection newCollection)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SortedBugCollection |
BugLoader.loadBugs(MainFrame mainFrame,
Project project,
java.io.File source) |
static SortedBugCollection |
BugLoader.loadBugs(MainFrame mainFrame,
Project project,
java.net.URL url) |
Modifier and Type | Method and Description |
---|---|
void |
MainFrame.openBugCollection(SortedBugCollection bugs) |
Modifier and Type | Method and Description |
---|---|
static void |
LaunchGUI.launchGUI(SortedBugCollection bugs) |
Modifier and Type | Method and Description |
---|---|
static SortedBugCollection |
UnionResults.union(SortedBugCollection origCollection,
SortedBugCollection newCollection) |
static SortedBugCollection |
MergeSummarizeAndView.union(SortedBugCollection origCollection,
SortedBugCollection newCollection) |
Modifier and Type | Method and Description |
---|---|
static void |
UnionResults.merge(java.util.HashSet<java.lang.String> hashes,
SortedBugCollection into,
SortedBugCollection from) |
void |
MineBugHistory.setBugCollection(SortedBugCollection bugCollection) |
static SortedBugCollection |
UnionResults.union(SortedBugCollection origCollection,
SortedBugCollection newCollection) |
static SortedBugCollection |
MergeSummarizeAndView.union(SortedBugCollection origCollection,
SortedBugCollection newCollection) |
Constructor and Description |
---|
MineBugHistory(SortedBugCollection bugCollection) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.