Package | Description |
---|---|
edu.umd.cs.findbugs.detect |
Modifier and Type | Class | Description |
---|---|---|
class |
AnyMethodReturnValueStreamFactory |
Factory for stream objects of a particular base class type returned by any
method.
|
class |
InstanceFieldLoadStreamFactory |
StreamFactory for stream objects loaded from instance fields.
|
class |
IOStreamFactory |
A StreamFactory for normal java.io streams that are created using NEW
instructions.
|
class |
MethodReturnValueStreamFactory |
StreamFactory for streams that are created as the result of calling a method
on an object.
|
class |
StaticFieldLoadStreamFactory |
Stream factory for streams created by loading a value from a static field.
|
Constructor | Description |
---|---|
StreamResourceTracker(StreamFactory[] streamFactoryList,
RepositoryLookupFailureCallback lookupFailureCallback) |
Constructor.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.