edu.umd.cs.findbugs.model

Class RegenerateClassFeatures

public class RegenerateClassFeatures extends Object

Repopulate a BugCollection with class features from the classes in a specified jar file.

Author: David Hovemeyer

Constructor Summary
RegenerateClassFeatures(BugCollection bugCollection, String jarFile)
Method Summary
RegenerateClassFeaturesexecute()
BugCollectiongetBugCollection()
static voidmain(String[] args)

Constructor Detail

RegenerateClassFeatures

public RegenerateClassFeatures(BugCollection bugCollection, String jarFile)

Method Detail

execute

public RegenerateClassFeatures execute()

getBugCollection

public BugCollection getBugCollection()

Returns: Returns the bugCollection.

main

public static void main(String[] args)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.