Sept. 20, 2008
6:55 p.m.
looking at issue http://code.google.com/p/pharo/issues/detail?id=178&colspec=ID%20Type%20Stat... I saw that allUnsentMessages implementation is wrong it should be. Behavior>> allUnsentMessages "Answer an array of all the messages defined by the receiver that are not sent anywhere in the system." ^ SystemNavigation default allUnSentMessagesIn: self selectors Stef