public class InstanceFieldLoadStreamFactory extends java.lang.Object implements StreamFactory
| Constructor and Description |
|---|
InstanceFieldLoadStreamFactory(java.lang.String streamBaseClass)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Stream |
createStream(Location location,
org.apache.bcel.generic.ObjectType type,
org.apache.bcel.generic.ConstantPoolGen cpg,
RepositoryLookupFailureCallback lookupFailureCallback)
Determine if a Stream is created at given location.
|
InstanceFieldLoadStreamFactory |
setBugPatternType(java.lang.String bugPatternType)
Set the bug pattern type reported for unclosed streams loaded from this
field.
|
public InstanceFieldLoadStreamFactory(java.lang.String streamBaseClass)
streamBaseClass - the base class of the streams produced by the factorypublic InstanceFieldLoadStreamFactory setBugPatternType(java.lang.String bugPatternType)
bugPatternType - the bug pattern typepublic Stream createStream(Location location, org.apache.bcel.generic.ObjectType type, org.apache.bcel.generic.ConstantPoolGen cpg, RepositoryLookupFailureCallback lookupFailureCallback)
StreamFactorycreateStream in interface StreamFactorylocation - the Locationtype - the ObjectType associated with the instruction at the
location; the StreamResourceTracker prescreens for
TypedInstructions that are associated with ObjectTypes, since
they are the only instructions that could conceivably create a
stream objectcpg - the ConstantPoolGen for the methodlookupFailureCallback - used to report missing classes in the class hierarchyFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.