> Findbugs is pretty good at finding potentially unclosed streams, and a
> lot more besides ...

Findbugs is useful, but it can only find unclosed streams where it can
show that a stream is opened and goes out of scope with no close()
call.  In many situations, static analysis isn't enough.

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to