You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 aliasesThe text was updated successfully, but these errors were encountered: