Refactoring#1569
Conversation
the `decimalSeparator` is always '.' - by inlining it, we make the regex in test much simpler.
PR Summary
|
to avoid the potential risk that some test might modify the field value thus affecting other tests.
initialize test fields right in the field declaration line. The makes unneeded `@BeforeEach` method.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1569 +/- ##
============================================
+ Coverage 92.42% 92.44% +0.01%
- Complexity 3328 3329 +1
============================================
Files 330 330
Lines 6550 6554 +4
Branches 643 643
============================================
+ Hits 6054 6059 +5
Misses 340 340
+ Partials 156 155 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fix IDEA warnings, apply its automatic suggestions.