Status: Accepted
Owner: marianopeck
CC:
[hidden email]
Labels: Milestone-1.3
New issue 4184 by marianopeck: CommentReference(Object)>>doesNotUnderstand:
#methodClass
http://code.google.com/p/pharo/issues/detail?id=4184In
FlatMessageListBrowser >> methodModified: ann
| ref |
ref := self getList detect: [:any | (any methodClass = ann oldItem
methodClass) and: [ any selector = ann oldItem selector ]] ifNone: [ nil ].
ref ifNotNil: [ | newRef |
newRef := ann item methodReference.
self model methodReferenceList remove: ref.
self model addMethodReferenceSilently: newRef.
selectedItem:= newRef ]
the self getList can answer different kind of references, not only
MethodReference, for example CommentRefernece. And CommentRefernece DNU
methodClass
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker