pharo-spec / ScriptableDebugger

3 stars 12 forks source link

methods with "sent but not implemented" selectors and no senders. #82

Closed vonbecmann closed 7 months ago

vonbecmann commented 1 year 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.

MarcusDenker commented 7 months ago

this is fixed