Closed vonbecmann closed 7 months ago
there are 8 methods with "sent but not implemented" selectors and no senders.
|selectors| selectors := SystemNavigation new allSentNotImplementedSelectors. selectors select: [ :each | each senders isEmpty and: [ each package name includesSubstring: 'Sindarin' ]].
those methods are tests. may be, that rule can be banned for those methods.
this is fixed
there are 8 methods with "sent but not implemented" selectors and no senders.
those methods are tests. may be, that rule can be banned for those methods.