mernst opened a new pull request, #138: URL: https://github.com/apache/commons-bcel/pull/138
BCEL sometimes fails to close a resource. This can lead to degraded performance, especially on long runs (eg, when being run by a server/daemon or when running on a large amount of code). This pull request ensures that the resources are closed, even if an exception is thrown. The diffs look large, but they are mostly indentation changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
