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
The function RemoteTableModel.perform_query uses attributes self.text_filter, self.hide_xxx, self.endpoint_url which are defined in ChannelContentModel class.
ChannelContentModel is a child class in relation to RemoteTableModel.
Violation of LSP (which is considered bad practice) has been detected in
tribler/src/tribler-gui/tribler_gui/widgets/tablecontentmodel.py
Lines 265 to 287 in a77ee44
Explanation
The function
RemoteTableModel.perform_query
uses attributesself.text_filter
,self.hide_xxx
,self.endpoint_url
which are defined inChannelContentModel
class.ChannelContentModel
is a child class in relation toRemoteTableModel
.Refs:
The text was updated successfully, but these errors were encountered: