Uses of Interface
edu.umd.cs.findbugs.detect.StreamFactory
Packages that use StreamFactory
-
Uses of StreamFactory in edu.umd.cs.findbugs.detect
Classes in edu.umd.cs.findbugs.detect that implement StreamFactoryModifier and TypeClassDescriptionclass
Factory for stream objects of a particular base class type returned by any method.class
StreamFactory for stream objects loaded from instance fields.class
A StreamFactory for normal java.io streams that are created using NEW instructions.class
StreamFactory for streams that are created as the result of calling a method on an object.class
Stream factory for streams created by loading a value from a static field.Fields in edu.umd.cs.findbugs.detect declared as StreamFactoryModifier and TypeFieldDescription(package private) static final StreamFactory[]
FindOpenStream.streamFactoryList
StreamFactory objects used to detect resources created within analyzed methods.private final StreamFactory[]
StreamResourceTracker.streamFactoryList
Constructors in edu.umd.cs.findbugs.detect with parameters of type StreamFactoryModifierConstructorDescriptionStreamResourceTracker
(StreamFactory[] streamFactoryList, RepositoryLookupFailureCallback lookupFailureCallback) Constructor.