[javaflow] FileOutputStream is not closed
-----------------------------------------
Key: SANDBOX-214
URL: https://issues.apache.org/jira/browse/SANDBOX-214
Project: Commons Sandbox
Issue Type: Bug
Components: Javaflow
Reporter: Philip May
The method dump of the class BcelClassTransformer creates an IO stream object
and does not appear to close the stream on all paths out of the method. This
may result in a file descriptor leak. It is generally a good idea to use a
finally block to ensure that streams are closed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.