Status: FixReviewNeeded
Owner: marianopeck
Labels: Type-Bug Milestone-2.0
New issue 5995 by marianopeck: SpaceTally has a typo
http://code.google.com/p/pharo/issues/detail?id=5995In the method printSpaceAnalysis: threshold on: aStream
it says:
aStream
nextPutAll: ('Class' paddRightTo: 45);
(notice the double 'dd') but should be:
aStream
nextPutAll: ('Class' padRightTo: 45);
do you need a slice or it is enoguh ?
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker