From 6f6cea6567d3e1992364bde09096f638898cf101 Mon Sep 17 00:00:00 2001 From: PosledniAmir Date: Fri, 5 Apr 2024 17:47:04 +0200 Subject: [PATCH] Changed protocol for displayStringOn: to displaying so it is consistent across codebase. --- .../StSpotterPragmaBasedProcessor.class.st | 2 +- src/NewTools-Spotter/StSpotterCandidateLink.class.st | 2 +- src/NewTools-Spotter/StSpotterProcessorLink.class.st | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/NewTools-Spotter-Processors/StSpotterPragmaBasedProcessor.class.st b/src/NewTools-Spotter-Processors/StSpotterPragmaBasedProcessor.class.st index 274f5b3b9..07c09e69d 100644 --- a/src/NewTools-Spotter-Processors/StSpotterPragmaBasedProcessor.class.st +++ b/src/NewTools-Spotter-Processors/StSpotterPragmaBasedProcessor.class.st @@ -76,7 +76,7 @@ StSpotterPragmaBasedProcessor >> continueFilterInContext: aSpotterContext [ withArguments: { self allFilteredCandidates size . self } ] -{ #category : 'printing' } +{ #category : 'displaying' } StSpotterPragmaBasedProcessor >> displayStringOn: stream [ stream nextPutAll: 'Processor: '; diff --git a/src/NewTools-Spotter/StSpotterCandidateLink.class.st b/src/NewTools-Spotter/StSpotterCandidateLink.class.st index ac2c2c620..ce35c4909 100644 --- a/src/NewTools-Spotter/StSpotterCandidateLink.class.st +++ b/src/NewTools-Spotter/StSpotterCandidateLink.class.st @@ -50,7 +50,7 @@ StSpotterCandidateLink >> copy [ ^ link ] -{ #category : 'printing' } +{ #category : 'displaying' } StSpotterCandidateLink >> displayStringOn: stream [ stream nextPutAll: 'Candidate link: '. diff --git a/src/NewTools-Spotter/StSpotterProcessorLink.class.st b/src/NewTools-Spotter/StSpotterProcessorLink.class.st index 0e5ff2da6..ac5221cf4 100644 --- a/src/NewTools-Spotter/StSpotterProcessorLink.class.st +++ b/src/NewTools-Spotter/StSpotterProcessorLink.class.st @@ -37,7 +37,7 @@ StSpotterProcessorLink >> clear [ size := 0. ] -{ #category : 'printing' } +{ #category : 'displaying' } StSpotterProcessorLink >> displayStringOn: stream [ stream nextPutAll: 'Processor link: ';