Hello,
I'm running pharo 4 and I'm having a problem. I recently renamed aclass using the rename: menu item in the standard system browser (Ibelieve it's called Nautilus) and now I am getting uncaught exceptionswhenever I add or remove a method (three debugger windows popup). Here is the stack trace; any advice?
Thank you.
Lyn
Author: LynHeadleyDate: 2015-10-13T08:51:16.837987-07:00
UndefinedObject(Object)>>doesNotUnderstand: #theMetaClassRGMetaclassDefinition>>realClassRGMethodDefinition(RGElementDefinition)>>realParentRGMethodDefinition(RGElementDefinition)>>realClassRGMethodDefinition>>methodClassByteSymbol(Symbol)>>value:OrderedCollection>>collect:MessageBrowser>>buildHierarchyForMessages:MessageBrowser>>cacheHierarchyForClasses:MessageBrowser>>messages:[��(item methodClass notNil and: [ item methodClass isObsolete not ])ifTrue: [��| sel text boolean |boolean := textModel hasUnacceptedEdits.booleanifTrue: [ text := textModel pendingText ].sel := listModel selectedItem.selfmessages:(listModel listItemsadd: item asFullRingDefinition;yourself).listModel setSelectedItem: sel.booleanifTrue: [ textModel pendingText: text ] ] ] in MessageBrowser>>methodAdded:WorldState>>runStepMethodsIn:WorldMorph>>runStepMethodsWorldState>>doOneCycleNowFor:WorldState>>doOneCycleFor:WorldMorph>>doOneCycle[��[��World doOneCycle.Processor yield.false ] whileFalse: [ ��] ] in MorphicUIManager>>spawnNewProcess[��self value.Processor terminateActive ] in BlockClosure>>newProcess