edu.umd.cs.findbugs.detect
public class StaticFieldLoadStreamFactory extends Object implements StreamFactory
Field Summary | |
---|---|
String | className |
String | fieldName |
String | fieldSig |
String | streamBaseClass |
Constructor Summary | |
---|---|
StaticFieldLoadStreamFactory(String streamBaseClass, String className, String fieldName, String fieldSig)
Constructor.
|
Method Summary | |
---|---|
Stream | createStream(Location location, ObjectType type, ConstantPoolGen cpg, RepositoryLookupFailureCallback lookupFailureCallback) |
Parameters: streamBaseClass the base class of the stream objects created by the factory className name of the class containing the static field fieldName name of the static field fieldSig signature of the static field