Issue 3287 in pharo: Class builder depends on Scanner

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3287 in pharo: Class builder depends on Scanner

pharo
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


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3287 in pharo: Class builder depends on Scanner

pharo
Updates:
        Status: Fixed
        Labels: Milestone-1.2

Comment #1 on issue 3287 by stephane.ducasse: Class builder depends on  
Scanner
http://code.google.com/p/pharo/issues/detail?id=3287

sounds good.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3287 in pharo: Class builder depends on Scanner

pharo
Updates:
        Status: Closed

Comment #2 on issue 3287 by marcus.denker: Class builder depends on Scanner
http://code.google.com/p/pharo/issues/detail?id=3287

12254