Comment #8 on issue 435 by tudor.gi...(a)gmail.com: Using RoelTyper for a
better precision of method invocation
http://code.google.com/p/moose-technology/issues/detail?id=435
This is likely not a DSM problem, but a RoelTyper one :). It's just that it
exhibits in the ColoredDSM class.
To reproduce just run this code in the latest Moose image.
classes := Dictionary new.
Object withAllSubclassesDo: [:each |
[(TypeCollector typeInstvarsOfClass: each )] on: Error do: [:error |
classes at: each put: error ]].
classes inspect
You will get a list of all the classes for which RoelTyper throws an error.
There used to be several of these, but somehow now we get only one.