edu.umd.cs.findbugs.gui2

Class BugSaver

public class BugSaver extends Object

Save bugs here, uses SortedBugCollection.writeXML()

Author: Dan

Method Summary
static StringgetLastPlaceSaved()
static voidsaveBugs(OutputStream out, BugCollection data, Project p)
static voidsaveBugs(File out, BugCollection data, Project p)

Method Detail

getLastPlaceSaved

public static String getLastPlaceSaved()

saveBugs

public static void saveBugs(OutputStream out, BugCollection data, Project p)

saveBugs

public static void saveBugs(File out, BugCollection data, Project p)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.