Nov. 24, 2010
3:07 p.m.
Status: Accepted Owner: Benjamin.VanRyseghem.Pharo New issue 3287 by Benjamin.VanRyseghem.Pharo: Class builder depends on Scanner http://code.google.com/p/pharo/issues/detail?id=3287 ClassBuilder depends on Scanner because a new Scanner is used each time the code needs to parse a string and to create an array with each words ... I've change this by string subStrings: ' ' Attached : cs file Attachments: ClassScannerReferences.1.cs 8.6 KB