March 12, 2011
2:16 p.m.
Updates: Status: FixProposed Labels: Milestone-1.3 Comment #3 on issue 1507 by marcus.d...@gmail.com: is LocatedMethod needed? http://code.google.com/p/pharo/issues/detail?id=1507 As a first step, we can just replace it by MethodReference Fix attached. besides the changeset, this method needs to be changed in TTransformationCompatibility collectMethodsFor: aSelector into: methodDescription (self includesSelector: aSelector) ifTrue: [ methodDescription addLocatedMethod: ( MethodReference class: self selector: aSelector)] Attachments: LocatedMethodFix.4.cs 2.2 KB