-
Notifications
You must be signed in to change notification settings - Fork 180
There is a lot of reflection warnings #589
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
There is a lot of reflection warnings #589
Conversation
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.
Thanks for the contribution! Could you change the commit message to be in the imperative? i.e. Fix reflection warnings
.
src/cider/nrepl/middleware/slurp.clj
Outdated
[url-str] | ||
(if-let [url (try (URL. url-str) | ||
(if-let [^URL url (try (URL. url-str) | ||
(catch MalformedURLException e nil))] |
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.
Could you fix the indentation here?
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.
Updated.
I have pushed a commit that will fix the Eastwood warnings, if you would like to rebase. |
dba97d2
to
309ab4a
Compare
I have rebased it with master and also fixed the commit message. I am not sure how to fix the remaining reflection warning. If you have ideas, I can fix them as well. |
Codecov Report
@@ Coverage Diff @@
## master #589 +/- ##
==========================================
+ Coverage 76.68% 76.72% +0.04%
==========================================
Files 38 38
Lines 2393 2389 -4
Branches 140 138 -2
==========================================
- Hits 1835 1833 -2
Misses 418 418
+ Partials 140 138 -2
Continue to review full report at Codecov.
|
309ab4a
to
72adfd4
Compare
I have fixed the easy ones. There is some more left.
Fixed in d5f1f3a. Thanks so much for looking at this – sorry it's taken me a while to get it merged.
If I get around to taking a look at them I'll ping you. |
I have fixed the easy ones. There is some more left.
the remaining ones,
Not completly sure how to fix the remaining ones.