Feb. 16, 2011
2:23 p.m.
Status: New Owner: ---- New issue 3718 by jbth...@gmail.com: Color class>>wheel: should be (back) on class side http://code.google.com/p/pharo/issues/detail?id=3718 Color class>>wheel: has been erroneously moved to the instance side. It has no function on instances, but rather constructs and returns an Array of Color instances -- clearly a class-side method. It does not pass its own self-test in the comment now. Please put it back on class-side. (Indeed, half the current senders are still messaging the class. The other 5 or 6 senders send #red or #new for no reason, and should message the class).