Conversation
Codecov Report
@@ Coverage Diff @@
## master #3620 +/- ##
==========================================
- Coverage 84.07% 84.07% -0.01%
==========================================
Files 370 370
Lines 67256 67267 +11
==========================================
+ Hits 56546 56553 +7
- Misses 10710 10714 +4 |
|
I agree with extracting But I'm not too happy with the fix. The root cause of the bug is that Derived methods that don't call inherited methods are a violation of OOP principles and a potential source of problems (especially when unexpected) that we should avoid. (Please don't say look, who's preaching! :)) You can:
|
8dbf28e to
2d9ea06
Compare
Issue
Fixes #3617
Includes