FindBugs™ 1.3.9

edu.umd.cs.findbugs.workflow
Class MergeSummarizeAndView

java.lang.Object
  extended by edu.umd.cs.findbugs.workflow.MergeSummarizeAndView

public class MergeSummarizeAndView
extends java.lang.Object

Compute the union of two sets of bug results, preserving annotations.


Nested Class Summary
static class MergeSummarizeAndView.MSVOptions
           
 
Constructor Summary
MergeSummarizeAndView(MergeSummarizeAndView.MSVOptions options)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeSummarizeAndView

public MergeSummarizeAndView(MergeSummarizeAndView.MSVOptions options)
Parameters:
options -
Throws:
java.lang.NoSuchMethodException
java.lang.ClassNotFoundException
java.lang.InterruptedException
Method Detail

union

public static SortedBugCollection union(SortedBugCollection origCollection,
                                        SortedBugCollection newCollection)

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
Throws:
java.lang.Exception

execute

public void execute()

isConnectedToCloud

public boolean isConnectedToCloud()

numScaryBugs

public int numScaryBugs()
Returns:
Returns true if there were bugs that passed all of the cutoffs.

getScaryBugs

public BugCollection getScaryBugs()
Returns:
Returns the bugs that passed all of the cutoffs

getAllBugs

public BugCollection getAllBugs()
Returns:
Returns all of the merged bugs

getHarmless

public int getHarmless()
Returns:
Returns the number of issues classified as harmless

getLowConfidence

public int getLowConfidence()
Returns:
Returns the number of issues that had a rank higher than the maxRank (but not marked as harmless)

getTooOld

public int getTooOld()
Returns:
Returns the number of issues older than the age cutoff (but not ranked higher than the maxRank or marked as harmless).

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.