Issue 5599 in pharo: Something is wrong in MethodModified

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 5599 in pharo: Something is wrong in MethodModified

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug Milestone-1.5

New issue 5599 by [hidden email]: Something is wrong in  
MethodModified
http://code.google.com/p/pharo/issues/detail?id=5599

oldItem

        ^ event oldItem
"seems correct"

newMethod

        ^ event oldItem
"wrong"

oldMethod
       
        ^ self  item
"wrong"

It should be

newMethod

        ^ event item

oldMethod

        ^ event oldItem


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5599 in pharo: Something is wrong in MethodModified

pharo
Updates:
        Status: Closed

Comment #2 on issue 5599 by [hidden email]: Something is wrong in  
MethodModified
http://code.google.com/p/pharo/issues/detail?id=5599

I think this is not relavant anymore with the move to Announcements.

It is now:

newMethod

        ^ newMethod






_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker