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. |
mghio
left a comment
There was a problem hiding this comment.
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 |
What's the purpose of this PR
Refactoring the message splicing of internal Exceptions