Status: Accepted
Owner:
[hidden email]
Labels: Milestone-1.4
New issue 4579 by
[hidden email]: should add temporary parentName to
CommentReference
http://code.google.com/p/pharo/issues/detail?id=4579when we do an extended search ... method source with it.
we get a bug because CommentReference does not parentName so we should add
it.
<= aRGMethodDefinition
"Sort method definitions according to: 1. class name - 2. method selector
- 3. timestamp"
self flag: 'being tested'.
self parentName < aRGMethodDefinition parentName ifTrue: [^true].
self parentName > aRGMethodDefinition parentName ifTrue: [^false].
^(self selector < aRGMethodDefinition selector)
or: [ (self selector == aRGMethodDefinition selector) and: [
self timeStamp <= aRGMethodDefinition timeStamp ]]
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker