-
Notifications
You must be signed in to change notification settings - Fork 203
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
RsPrint close stream #840
RsPrint close stream #840
Conversation
Job #840 is now in scope, role is |
This pull request #840 is assigned to @g4s8/z, here is why; the budget is 15 minutes, see §4; please, read §27 and when you decide to accept the changes, inform @yegor256/z (the architect) right in this ticket; if you decide that this PR should not be accepted ever, also inform the architect; this blog post will help you understand what is expected from a code reviewer |
@jimkast thanks for contributing. But there are some code style and quality issues with this PR:
please fix them. To ensure that your changes pass quality checks run maven build with enabled
|
@jimkast this PR still failed to build, see https://travis-ci.org/yegor256/takes/builds/381567096?utm_source=github_status&utm_medium=notification logs or try to build it locally with
|
I removed the test which caused issues but still cannot overcome qulice code style checks. |
@jimkast You have checkstyle issue:
it means that in file src/main/java/org/takes/rs/RsPrint.java you have java imports in wrong order, checkstyle forces to use alphabetically import order. |
@rultor merge |
@jimkast @yegor256 Oops, I failed. You can see the full log here (spent 9min)
|
Job |
The job #840 is now out of scope |
Fixed #838 . RsPrint should close stream after printing it to an OutputStream.