Package | Description |
---|---|
edu.umd.cs.findbugs.workflow |
Modifier and Type | Field | Description |
---|---|---|
static BugHistory.SetOperation |
BugHistory.ADDED_WARNINGS |
Deprecated.
Get the warnings which were added,
meaning that they were not part of the original BugCollection.
|
static BugHistory.SetOperation |
BugHistory.REMOVED_WARNINGS |
Deprecated.
Get the warnings which were removed,
meaning that they occur in the original BugCollection but not in
the new BugCollection.
|
static BugHistory.SetOperation |
BugHistory.RETAINED_WARNINGS |
Deprecated.
Get the warnings which were retained,
meaning that they occur in both the original and new BugCollections.
|
Modifier and Type | Method | Description |
---|---|---|
SortedBugCollection |
BugHistory.performSetOperation(BugHistory.SetOperation operation) |
Deprecated.
Perform a SetOperation.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.