Uses of Interface
edu.umd.cs.findbugs.detect.StreamFactory
-
Packages that use StreamFactory Package Description edu.umd.cs.findbugs.detect -
-
Uses of StreamFactory in edu.umd.cs.findbugs.detect
Classes in edu.umd.cs.findbugs.detect that implement StreamFactory Modifier and Type Class Description classAnyMethodReturnValueStreamFactoryFactory for stream objects of a particular base class type returned by any method.classInstanceFieldLoadStreamFactoryStreamFactory for stream objects loaded from instance fields.classIOStreamFactoryA StreamFactory for normal java.io streams that are created using NEW instructions.classMethodReturnValueStreamFactoryStreamFactory for streams that are created as the result of calling a method on an object.classStaticFieldLoadStreamFactoryStream factory for streams created by loading a value from a static field.Constructors in edu.umd.cs.findbugs.detect with parameters of type StreamFactory Constructor Description StreamResourceTracker(StreamFactory[] streamFactoryList, RepositoryLookupFailureCallback lookupFailureCallback)Constructor.
-