Hi,
I saw that in FAMIXInvocation we have an instance variable named "receiverSourceCode". I think this is a bad idea to get variables like this one because source code should be saved via source anchors. Also, it is not used in Moose image.
I would like to replace the accessors by:
receiverSourceCode ^ self receiver sourceText
receiverSourceCode: aString self deprecated: 'The source code of the receiver should not be saved as a property. Instead access it via the receiver entity.'
Any objection? If I get none I'll do it soon to reduce memory consumption.