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.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 |
UnionResults.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) |
Constructor and Description |
---|
MineBugHistory(SortedBugCollection bugCollection) |
SpotBugs is licensed under the LGPL.