We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This method creates streams but doesn't close them in a finally block. Therefore, those stream stay around for longer than needed.
finally
The same behavior can be observed in the class Runner.
Runner
The text was updated successfully, but these errors were encountered:
Technically yes, however in practice the lifetime of the complete runtime is short. I consider this a minor issue
Sorry, something went wrong.
Not if you run the Gradle build with the daemon option which is the default. For that reason, you have a potential resource leak.
bmvermeer
No branches or pull requests
This method creates streams but doesn't close them in a
finally
block. Therefore, those stream stay around for longer than needed.The same behavior can be observed in the class
Runner
.The text was updated successfully, but these errors were encountered: