Open MartinMystikJonas opened 2 years ago
I am bit confused now. IRow is marked as deprecated and hints we should use Row instead. But Row is a class. And ActiveRow does not extend Row but implements deprecated IRow. So static analysis either complains about use of deprecated IRow (and suggest replacing it with Row) or Row is used and type hierarchy breaks.
What is recommended solution here?
Version: 3.1.5
Bug Description
Compatibility of IRow and Row is causing confusion of static analysers even when compatibility files are processed
Expected Behavior
IRow and Row should be treaded as aliasesPossible Solution
compatibility files should define all renamed interfaces as aliases