@Deprecated
public class BugHistory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
BugHistory.SetOperation
Deprecated.
A set operation between two bug collections.
|
Modifier and Type | Field and Description |
---|---|
static BugHistory.SetOperation |
ADDED_WARNINGS
Deprecated.
Get the warnings which were added,
meaning that they were not part of the original BugCollection.
|
static BugHistory.SetOperation |
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 |
RETAINED_WARNINGS
Deprecated.
Get the warnings which were retained,
meaning that they occur in both the original and new BugCollections.
|
Constructor and Description |
---|
BugHistory(SortedBugCollection origCollection,
SortedBugCollection newCollection)
Deprecated.
Contructor.
|
Modifier and Type | Method and Description |
---|---|
WarningComparator |
getComparator()
Deprecated.
Get the Comparator used to compare BugInstances from different BugCollections.
|
SortedBugCollection |
getNewCollection()
Deprecated.
|
SortedBugCollection |
getOrigCollection()
Deprecated.
|
SortedBugCollection |
getOriginator()
Deprecated.
|
SortedBugCollection |
getResultCollection()
Deprecated.
|
static void |
main(java.lang.String[] argv)
Deprecated.
|
SortedBugCollection |
performSetOperation(BugHistory.SetOperation operation)
Deprecated.
Perform a SetOperation.
|
void |
setComparator(WarningComparator comparator)
Deprecated.
|
void |
writeResultCollection(Project origProject,
Project newProject,
java.io.OutputStream outputStream)
Deprecated.
|
public static final BugHistory.SetOperation ADDED_WARNINGS
public static final BugHistory.SetOperation RETAINED_WARNINGS
public static final BugHistory.SetOperation REMOVED_WARNINGS
public BugHistory(SortedBugCollection origCollection, SortedBugCollection newCollection)
origCollection
- the original BugCollectionnewCollection
- the new BugCollectionpublic WarningComparator getComparator()
public void setComparator(WarningComparator comparator)
comparator
- The comparator to set.public SortedBugCollection performSetOperation(BugHistory.SetOperation operation)
operation
- the SetOperationpublic SortedBugCollection getOriginator()
public SortedBugCollection getOrigCollection()
public SortedBugCollection getNewCollection()
public SortedBugCollection getResultCollection()
public void writeResultCollection(Project origProject, Project newProject, java.io.OutputStream outputStream) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] argv) throws java.lang.Exception
java.lang.Exception
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.