Skip to content
New issue

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

FtDefault.java:85-89: Close Stream object in... #1960

Closed
0pdd opened this issue Mar 31, 2023 · 0 comments · Fixed by #1974
Closed

FtDefault.java:85-89: Close Stream object in... #1960

0pdd opened this issue Mar 31, 2023 · 0 comments · Fixed by #1974
Assignees

Comments

@0pdd
Copy link

0pdd commented Mar 31, 2023

The puzzle 1897-ad91fbed from #1897 has to be resolved:

* @todo #1897:30m Close `Stream` object in `FtDefault`.
* Connections, streams, files, and other classes that implement the
* Closeable interface or its super-interface,
* AutoCloseable, needs to be closed after use.
* Use try-with-resources or close this "Stream" in a "finally" clause.. (line 90)

The puzzle was created by Max Petrov on 31-Mar-23.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants