-
Notifications
You must be signed in to change notification settings - Fork 137
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
remove code smells #1220
remove code smells #1220
Conversation
ok, sorry. this requires some more work. |
389fcf8
to
3f086a9
Compare
@christophd can you please check that I did allright in the second commit? I think the first is less critical. thanks for the review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks
3f086a9
to
f6b9d2b
Compare
@christophd I've rebased it and fixed the merge conflicts. |
CI job is flaky. I'll have a look |
@christophd let me know if you've fixed it. #1232 would be a good addition to the next release as well. |
* unused imports * unnecessary assignments or initializations * usages of `Arrays#asList` with single arguments * inner classes that weren't static
additionally, make sure all task executors are being shutdown properly.
f6b9d2b
to
e4194d5
Compare
removed some code "smells"...
Arrays#asList
with single argumentsadditionally: