[Setools] Fwd: CALL FOR 3.9 Final changes

Damien Cassou damien.cassou at laposte.net
Thu Jul 6 11:10:12 UTC 2006


Second file: ObEnhMoveMethodInPackage.1.cs

There is no comment.

The following expression:

packagesNames :=
      (MCWorkingCopy allManagers
        asSortedCollection: [:a :b | a package name <= b package name ])
      collect: [:p| p package name].


can be shortened to:

packagesNames := ((MCWorkingCopy allManagers)
                        collect: [:p| p package name])
                    asSortedCollection.


In fact, I'm trying to find things to improve in your code ;-) It's 
already ready to go in the image, you don't need me.


More information about the Setools mailing list