| 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.gui | |
| edu.umd.cs.findbugs.gui2 | |
| edu.umd.cs.findbugs.workflow |
| Modifier and Type | Method | Description |
|---|---|---|
SortedBugCollection |
SortedBugCollection.createEmptyCollectionWithMetadata() |
|
SortedBugCollection |
SortedBugCollection.duplicate() |
|
SortedBugCollection |
NewResults.execute() |
Deprecated.
|
| Constructor | Description |
|---|---|
NewResults(SortedBugCollection origCollection,
SortedBugCollection newCollection) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
SortedBugCollection |
SwingGUIBugReporter.getBugCollection() |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
void |
MainFrame.openBugCollection(SortedBugCollection bugs) |
| Modifier and Type | Method | Description |
|---|---|---|
SortedBugCollection |
BugHistory.getNewCollection() |
Deprecated.
|
SortedBugCollection |
BugHistory.getOrigCollection() |
Deprecated.
|
SortedBugCollection |
BugHistory.getOriginator() |
Deprecated.
|
SortedBugCollection |
BugHistory.getResultCollection() |
Deprecated.
|
SortedBugCollection |
BugHistory.SetOperation.perform(java.util.Set<BugInstance> result,
SortedBugCollection origCollection,
SortedBugCollection newCollection) |
Perform the set operation.
|
SortedBugCollection |
BugHistory.performSetOperation(BugHistory.SetOperation operation) |
Deprecated.
Perform a SetOperation.
|
static SortedBugCollection |
MergeSummarizeAndView.union(SortedBugCollection origCollection,
SortedBugCollection newCollection) |
|
static SortedBugCollection |
UnionResults.union(SortedBugCollection origCollection,
SortedBugCollection newCollection) |
| Modifier and Type | Method | Description |
|---|---|---|
SortedBugCollection |
BugHistory.SetOperation.perform(java.util.Set<BugInstance> result,
SortedBugCollection origCollection,
SortedBugCollection newCollection) |
Perform the set operation.
|
static SortedBugCollection |
MergeSummarizeAndView.union(SortedBugCollection origCollection,
SortedBugCollection newCollection) |
|
static SortedBugCollection |
UnionResults.union(SortedBugCollection origCollection,
SortedBugCollection newCollection) |
| Constructor | Description |
|---|---|
BugHistory(SortedBugCollection origCollection,
SortedBugCollection newCollection) |
Deprecated.
Contructor.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.