FindBugs™ 1.3.9

edu.umd.cs.findbugs.gui2
Class BugSaver

java.lang.Object
  extended by edu.umd.cs.findbugs.gui2.BugSaver

public class BugSaver
extends java.lang.Object

Save bugs here, uses SortedBugCollection.writeXML()

Author:
Dan

Constructor Summary
BugSaver()
           
 
Method Summary
static java.lang.String getLastPlaceSaved()
           
static void saveBugs(java.io.File out, BugCollection data, Project p)
           
static void saveBugs(java.io.OutputStream out, BugCollection data, Project p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BugSaver

public BugSaver()
Method Detail

saveBugs

public static void saveBugs(@WillClose
                            java.io.OutputStream out,
                            BugCollection data,
                            Project p)

saveBugs

public static void saveBugs(java.io.File out,
                            BugCollection data,
                            Project p)

getLastPlaceSaved

public static java.lang.String getLastPlaceSaved()

FindBugs™ 1.3.9

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