I am not responsible of the consequences of the following code:

First:

Gofer new
��� squeaksource: 'autoMethodCat';
��� package: 'AutomaticMethodCategorizer';
��� load.

After:

| autoCat |
autoCat := AutomaticMethodCategorizer new.
Smalltalk allClassesDo: [:each | autoCat categorizeAllUncategorizedMethodsOf: each ].


Cheers

Mariano

On Wed, Mar 17, 2010 at 8:59 PM, St�phane Ducasse <stephane.ducasse@inria.fr> wrote:
hi guys

I wanted to know if one you try tried to automatically recategorized all the methods of the system.
Because I'm tired to get this as yet unclassified in my face. I looks to my like dirt in the street.
Wanna get clean...

Stef
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project