Status: Accepted
Owner:
[hidden email]
New issue 4978 by
[hidden email]: DNU: RGMethodDefinition>>first
http://code.google.com/p/pharo/issues/detail?id=4978When removing a method in latest 1.4.
The problem is happening on:
FlatMessageListBrowser>>methodRemoved: ann
| ref |
ref := self getList detect: [:any | (any first realClass = ann item
methodClass) and: [ any last = ann item selector ]] ifNone: [ nil ].
ref ifNotNil: [ | newRef |
self deleteFromMessageList: (ref first methodNamed: ref last).
self updateView]
It seems now the list contains RGMethodDefinition instances instead of the
previous arrays :/.
Something similar happens in the implementors browser
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker