public class MergeSummarizeAndView
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MergeSummarizeAndView.MSVOptions |
Constructor and Description |
---|
MergeSummarizeAndView(MergeSummarizeAndView.MSVOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
BugCollection |
getAllBugs() |
int |
getHarmless() |
int |
getLowConfidence() |
BugCollection |
getScaryBugs() |
int |
getTooOld() |
boolean |
isConnectedToCloud() |
static void |
main(java.lang.String[] argv) |
int |
numScaryBugs() |
static SortedBugCollection |
union(SortedBugCollection origCollection,
SortedBugCollection newCollection) |
public MergeSummarizeAndView(MergeSummarizeAndView.MSVOptions options)
public static SortedBugCollection union(SortedBugCollection origCollection, SortedBugCollection newCollection)
public static void main(java.lang.String[] argv) throws java.lang.Exception
java.lang.Exception
public void execute()
public boolean isConnectedToCloud()
public int numScaryBugs()
public BugCollection getScaryBugs()
public BugCollection getAllBugs()
public int getHarmless()
public int getLowConfidence()
public int getTooOld()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.