-
Notifications
You must be signed in to change notification settings - Fork 428
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 redundant String.toString() #501
Remove redundant String.toString() #501
Conversation
Calling toString() on a String object is redundant
Codecov Report
@@ Coverage Diff @@
## dev #501 +/- ##
============================================
- Coverage 46.64% 46.56% -0.08%
Complexity 2218 2218
============================================
Files 108 108
Lines 25279 25279
Branches 4167 4167
============================================
- Hits 11791 11772 -19
- Misses 11463 11484 +21
+ Partials 2025 2023 -2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## dev #501 +/- ##
============================================
- Coverage 46.64% 46.56% -0.08%
Complexity 2218 2218
============================================
Files 108 108
Lines 25279 25279
Branches 4167 4167
============================================
- Hits 11791 11772 -19
- Misses 11463 11484 +21
+ Partials 2025 2023 -2
Continue to review full report at Codecov.
|
Thank you @JamieMagee for your effort in creating this pr! |
Calling toString() on a String object is redundant