Changeset: Deprecate SyntaxErrorNotification >> #errorMessage

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Changeset: Deprecate SyntaxErrorNotification >> #errorMessage

Christoph Thiede

Hi all,


please have a look at the attached changeset. It deprecates the IMO redundant instance variable 'errorMessage' in SyntaxErrorNotification and uses super's 'messageText' instead. The two single senders in the Trunk image are patched as well. I wonder at all how the usage in DecompilerTests could have worked before, giving the prior implementation of #messageText in SyntaxErrorNotification ...


Please review and merge if you like it.


Best,

Christoph




SyntaxErrorNotification errorMessage.1.cs (4K) Download Attachment
Carpe Squeak!