edu.umd.cs.findbugs.ba

Class AnalysisCacheToAnalysisContextAdapter

public class AnalysisCacheToAnalysisContextAdapter extends AnalysisContext

An AnalysisContext implementation that uses the IAnalysisCache. This class must only be used by FindBugs2, not the original FindBugs driver.

Author: David Hovemeyer

Constructor Summary
AnalysisCacheToAnalysisContextAdapter()
Constructor.
Method Summary
voidsetAppClassList(List<ClassDescriptor> appClassCollection)
Set the collection of class descriptors identifying all application classes.

Constructor Detail

AnalysisCacheToAnalysisContextAdapter

public AnalysisCacheToAnalysisContextAdapter()
Constructor.

Method Detail

setAppClassList

public void setAppClassList(List<ClassDescriptor> appClassCollection)
Set the collection of class descriptors identifying all application classes.

Parameters: appClassCollection List of ClassDescriptors identifying application classes

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