|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.workflow.BugHistory
@Deprecated public class BugHistory
Analyze bug results to find new, fixed, and retained bugs between versions of the same program. Uses VersionInsensitiveBugComparator (or FuzzyBugComparator) to determine when two BugInstances are the "same". The new BugCollection returned is a deep copy of one of the input collections (depending on the operation performed), with only a subset of the original BugInstances retained. Because it is a deep copy, it may be freely modified.
Nested Class Summary | |
---|---|
static interface |
BugHistory.SetOperation
Deprecated. A set operation between two bug collections. |
Field Summary | |
---|---|
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 Summary | |
---|---|
BugHistory(SortedBugCollection origCollection,
SortedBugCollection newCollection)
Deprecated. Contructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final BugHistory.SetOperation ADDED_WARNINGS
public static final BugHistory.SetOperation RETAINED_WARNINGS
public static final BugHistory.SetOperation REMOVED_WARNINGS
Constructor Detail |
---|
public BugHistory(SortedBugCollection origCollection, SortedBugCollection newCollection)
origCollection
- the original BugCollectionnewCollection
- the new BugCollectionMethod Detail |
---|
public WarningComparator getComparator()
public void setComparator(WarningComparator comparator)
comparator
- The comparator to set.public SortedBugCollection performSetOperation(BugHistory.SetOperation operation)
operation
- the SetOperation
public 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™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |