edu.umd.cs.findbugs.detect
public class StreamEscape extends Object implements Comparable<StreamEscape>
| Field Summary | |
|---|---|
| Stream | source |
| Location | target |
| Constructor Summary | |
|---|---|
| StreamEscape(Stream source, Location target)
Constructor.
| |
| Method Summary | |
|---|---|
| int | compareTo(StreamEscape other) |
Parameters: source Location where stream is opened target Location where stream escapes by being passed to a method