-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Refactoring the message splicing of internal Exceptions #4571
Conversation
# Conflicts: # README.md
Codecov Report
@@ Coverage Diff @@
## master #4571 +/- ##
============================================
- Coverage 53.34% 53.32% -0.02%
+ Complexity 2713 2711 -2
============================================
Files 495 495
Lines 15440 15440
Branches 1599 1599
============================================
- Hits 8236 8234 -2
Misses 6646 6646
- Partials 558 560 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it 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.
I think the format of String.format
can be preserved, because it can warn when %s
does not match the number of arguments. eg : Too few arguments with format string (found: 0 , expected: 1)
.
I think it's all right. As we could replace |
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
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
What's the purpose of this PR
Refactoring the message splicing of internal Exceptions