FindBugs™ 1.3.9

edu.umd.cs.findbugs.workflow
Class Churn

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

public class Churn
extends java.lang.Object

Mine historical information from a BugCollection. The BugCollection should be built using UpdateBugCollection to record the history of analyzing all versions over time.

Author:
David Hovemeyer, William Pugh

Constructor Summary
Churn()
           
Churn(BugCollection bugCollection)
           
 
Method Summary
 void dump(java.io.PrintStream out)
           
 Churn execute()
           
static void main(java.lang.String[] args)
           
 void setBugCollection(BugCollection bugCollection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Churn

public Churn()

Churn

public Churn(BugCollection bugCollection)
Method Detail

setBugCollection

public void setBugCollection(BugCollection bugCollection)

execute

public Churn execute()

dump

public void dump(java.io.PrintStream out)

main

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

FindBugs™ 1.3.9

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