edu.umd.cs.findbugs.detect

Class IOStreamFactory

public class IOStreamFactory extends Object implements StreamFactory

A StreamFactory for normal java.io streams that are created using NEW instructions.
Constructor Summary
IOStreamFactory(String baseClass, String[] uninterestingSubclassList, String bugType)
Method Summary
StreamcreateStream(Location location, ObjectType type, ConstantPoolGen cpg, RepositoryLookupFailureCallback lookupFailureCallback)

Constructor Detail

IOStreamFactory

public IOStreamFactory(String baseClass, String[] uninterestingSubclassList, String bugType)

Method Detail

createStream

public Stream createStream(Location location, ObjectType type, ConstantPoolGen cpg, RepositoryLookupFailureCallback lookupFailureCallback)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.