May 31, 2014
5:46 a.m.
Hi guys. I have 1 important question about RBSmalllintChecker>>checkClass: In Pharo 2, implementation performs: environment definesClass: aClass while in Pharo 3 itâs: environment includesClass: aClass This means that in Pharo 3 we check classes that are not defined in the environment but only contain classes which environment extends. Is this correct? Uko